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