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