public ProjectDbContext(DbContextCoreDependency <ProjectDbContext> dependency) : base(dependency)
 {
 }
示例#2
0
 public NumberingDbContext(DbContextCoreDependency <NumberingDbContext> dependency) : base(dependency)
 {
 }