public DefaultTenantCreator(Coir_ERPDbContext context) { _context = context; }
public DefaultEditionsCreator(Coir_ERPDbContext context) { _context = context; }
public HostRoleAndUserCreator(Coir_ERPDbContext context) { _context = context; }
public DefaultSettingsCreator(Coir_ERPDbContext context) { _context = context; }
public DefaultLanguagesCreator(Coir_ERPDbContext context) { _context = context; }
public InitialHostDbBuilder(Coir_ERPDbContext context) { _context = context; }
public TenantRoleAndUserBuilder(Coir_ERPDbContext context, int tenantId) { _context = context; _tenantId = tenantId; }