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