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