public DefaultLanguagesCreator(HRCoreModuleDbContext context)
 {
     _context = context;
 }
Exemple #2
0
 public DefaultSettingsCreator(HRCoreModuleDbContext context)
 {
     _context = context;
 }
 public TenantRoleAndUserBuilder(HRCoreModuleDbContext context, int tenantId)
 {
     _context  = context;
     _tenantId = tenantId;
 }
Exemple #4
0
 public DefaultTenantCreator(HRCoreModuleDbContext context)
 {
     _context = context;
 }
 public HostRoleAndUserCreator(HRCoreModuleDbContext context)
 {
     _context = context;
 }
 public InitialHostDbBuilder(HRCoreModuleDbContext context)
 {
     _context = context;
 }
Exemple #7
0
 public DefaultEditionsCreator(HRCoreModuleDbContext context)
 {
     _context = context;
 }