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