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