Esempio n. 1
0
 public HostRoleAndUserCreator(TcmHMSDbContext context)
 {
     _context = context;
 }
Esempio n. 2
0
 public InitialHostDbBuilder(TcmHMSDbContext context)
 {
     _context = context;
 }
Esempio n. 3
0
 public DefaultTenantCreator(TcmHMSDbContext context)
 {
     _context = context;
 }
Esempio n. 4
0
 public DefaultLanguagesCreator(TcmHMSDbContext context)
 {
     _context = context;
 }
Esempio n. 5
0
 public DefaultSettingsCreator(TcmHMSDbContext context)
 {
     _context = context;
 }
Esempio n. 6
0
 public DefaultEditionsCreator(TcmHMSDbContext context)
 {
     _context = context;
 }
Esempio n. 7
0
 public TenantRoleAndUserBuilder(TcmHMSDbContext context, int tenantId)
 {
     _context  = context;
     _tenantId = tenantId;
 }