Beispiel #1
0
 public DefaultTenantBuilder(SROverviewDbContext context)
 {
     _context = context;
 }
 public DefaultSettingsCreator(SROverviewDbContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public InitialHostDbBuilder(SROverviewDbContext context)
 {
     _context = context;
 }
 public TenantRoleAndUserBuilder(SROverviewDbContext context, int tenantId)
 {
     _context  = context;
     _tenantId = tenantId;
 }
 public DefaultLanguagesCreator(SROverviewDbContext context)
 {
     _context = context;
 }
 public HostRoleAndUserCreator(SROverviewDbContext context)
 {
     _context = context;
 }
 public DefaultEditionCreator(SROverviewDbContext context)
 {
     _context = context;
 }