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