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