2 references to TestCosmosContext
AzureAppService.ApiService (2)
Program.cs (2)
12
builder.AddCosmosDbContext<
TestCosmosContext
>("account", "db");
54
app.MapGet("/cosmos", async (
TestCosmosContext
context) =>