public TenantRoleAndUserBuilder(NicVicABPDbContext context, int tenantId)
 {
     _context  = context;
     _tenantId = tenantId;
 }
 public DefaultLanguagesCreator(NicVicABPDbContext context)
 {
     _context = context;
 }
 public DefaultEditionsCreator(NicVicABPDbContext context)
 {
     _context = context;
 }
示例#4
0
 public InitialHostDbBuilder(NicVicABPDbContext context)
 {
     _context = context;
 }
 public HostRoleAndUserCreator(NicVicABPDbContext context)
 {
     _context = context;
 }
示例#6
0
 public DefaultTenantCreator(NicVicABPDbContext context)
 {
     _context = context;
 }
 public DefaultSettingsCreator(NicVicABPDbContext context)
 {
     _context = context;
 }