Example #1
0
 public DefaultLanguagesCreator(FirstABPDbContext context)
 {
     _context = context;
 }
Example #2
0
 public TenantRoleAndUserBuilder(FirstABPDbContext context, int tenantId)
 {
     _context  = context;
     _tenantId = tenantId;
 }
 public DefaultSettingsCreator(FirstABPDbContext context)
 {
     _context = context;
 }
 public HostRoleAndUserCreator(FirstABPDbContext context)
 {
     _context = context;
 }
 public DefaultTenantCreator(FirstABPDbContext context)
 {
     _context = context;
 }