5 references to MyDb2Context
SqlServerEndToEnd.ApiService (2)
Program.cs (2)
12builder.AddSqlServerDbContext<MyDb2Context>("db2"); 17app.MapGet("/", async (MyDb1Context db1Context, MyDb2Context db2Context) =>
SqlServerEndToEnd.Common (3)
Db2Migrations\20260511233305_Initial.Designer.cs (1)
14[DbContext(typeof(MyDb2Context))]
Db2Migrations\MyDb2ContextModelSnapshot.cs (1)
13[DbContext(typeof(MyDb2Context))]
MyDb2Context.cs (1)
8public class MyDb2Context(DbContextOptions<MyDb2Context> options) : DbContext(options)