public DefaultEditionsCreator(VysotskyiDbContext context) { _context = context; }
public DefaultLanguagesCreator(VysotskyiDbContext context) { _context = context; }
public DefaultTenantCreator(VysotskyiDbContext context) { _context = context; }
public HostRoleAndUserCreator(VysotskyiDbContext context) { _context = context; }
public InitialHostDbBuilder(VysotskyiDbContext context) { _context = context; }
public DefaultSettingsCreator(VysotskyiDbContext context) { _context = context; }
public TenantRoleAndUserBuilder(VysotskyiDbContext context, int tenantId) { _context = context; _tenantId = tenantId; }