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