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