public DefaultTenantCreator(MedicalVisitorsDbContext context)
 {
     _context = context;
 }
 public InitialHostDbBuilder(MedicalVisitorsDbContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public DefaultSettingsCreator(MedicalVisitorsDbContext context)
 {
     _context = context;
 }
 public DefaultEditionsCreator(MedicalVisitorsDbContext context)
 {
     _context = context;
 }
 public TenantRoleAndUserBuilder(MedicalVisitorsDbContext context, int tenantId)
 {
     _context  = context;
     _tenantId = tenantId;
 }
Beispiel #6
0
 public DefaultLanguagesCreator(MedicalVisitorsDbContext context)
 {
     _context = context;
 }
 public HostRoleAndUserCreator(MedicalVisitorsDbContext context)
 {
     _context = context;
 }