public DefaultSettingsCreator(IDMSDbContext context)
 {
     _context = context;
 }
Пример #2
0
 public DefaultTenantBuilder(IDMSDbContext context)
 {
     _context = context;
 }
 public InitialHostDbBuilder(IDMSDbContext context)
 {
     _context = context;
 }
 public DefaultLanguagesCreator(IDMSDbContext context)
 {
     _context = context;
 }
 public HostRoleAndUserCreator(IDMSDbContext context)
 {
     _context = context;
 }
 public DefaultEditionCreator(IDMSDbContext context)
 {
     _context = context;
 }
 public TenantRoleAndUserBuilder(IDMSDbContext context, int tenantId)
 {
     _context  = context;
     _tenantId = tenantId;
 }