Beispiel #1
0
 public TenantRoleAndUserBuilder(ABPCMSDbContext context, int tenantId)
 {
     _context  = context;
     _tenantId = tenantId;
 }
 public DefaultEditionsCreator(ABPCMSDbContext context)
 {
     _context = context;
 }
 public HostRoleAndUserCreator(ABPCMSDbContext context)
 {
     _context = context;
 }
Beispiel #4
0
 public DefaultLanguagesCreator(ABPCMSDbContext context)
 {
     _context = context;
 }
 public DefaultSettingsCreator(ABPCMSDbContext context)
 {
     _context = context;
 }
 public InitialHostDbBuilder(ABPCMSDbContext context)
 {
     _context = context;
 }
Beispiel #7
0
 public DefaultTenantCreator(ABPCMSDbContext context)
 {
     _context = context;
 }