3 references to TestCosmosContext
AzureAppService.ApiService (3)
Program.cs (3)
12
builder.AddCosmosDbContext<
TestCosmosContext
>("account", "db");
54
app.MapGet("/cosmos", async (
TestCosmosContext
context) =>
72
public class TestCosmosContext(DbContextOptions<
TestCosmosContext
> options) : DbContext(options)