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