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