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