Beispiel #1
0
 public TenantRoleAndUserBuilder(TrainDbContext context, int tenantId)
 {
     _context  = context;
     _tenantId = tenantId;
 }
 public DefaultSettingsCreator(TrainDbContext context)
 {
     _context = context;
 }
 public DefaultLanguagesCreator(TrainDbContext context)
 {
     _context = context;
 }
Beispiel #4
0
 public DefaultEditionsCreator(TrainDbContext context)
 {
     _context = context;
 }
Beispiel #5
0
 public TrainsController(TrainDbContext context)
 {
     _context = context;
 }
 public InitialHostDbBuilder(TrainDbContext context)
 {
     _context = context;
 }
 public HostRoleAndUserCreator(TrainDbContext context)
 {
     _context = context;
 }
 public DefaultTenantCreator(TrainDbContext context)
 {
     _context = context;
 }