public DefaultEditionsCreator(GuidersHubDbContext context)
 {
     _context = context;
 }
Example #2
0
 public TenantRoleAndUserBuilder(GuidersHubDbContext context, int tenantId)
 {
     _context  = context;
     _tenantId = tenantId;
 }
 public DefaultTenantCreator(GuidersHubDbContext context)
 {
     _context = context;
 }
 public InitialHostDbBuilder(GuidersHubDbContext context)
 {
     _context = context;
 }
Example #5
0
 public DefaultLanguagesCreator(GuidersHubDbContext context)
 {
     _context = context;
 }
 public DefaultSettingsCreator(GuidersHubDbContext context)
 {
     _context = context;
 }
 public HostRoleAndUserCreator(GuidersHubDbContext context)
 {
     _context = context;
 }