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