Example #1
0
 public DefaultLanguagesCreator(ABPFrameworkDbContext context)
 {
     _context = context;
 }
Example #2
0
 public DefaultTenantCreator(ABPFrameworkDbContext context)
 {
     _context = context;
 }
Example #3
0
 public InitialHostDbBuilder(ABPFrameworkDbContext context)
 {
     _context = context;
 }
 public DefaultSettingsCreator(ABPFrameworkDbContext context)
 {
     _context = context;
 }
Example #5
0
 public TenantRoleAndUserBuilder(ABPFrameworkDbContext context, int tenantId)
 {
     _context  = context;
     _tenantId = tenantId;
 }
Example #6
0
 public HostRoleAndUserCreator(ABPFrameworkDbContext context)
 {
     _context = context;
 }
 public DefaultEditionsCreator(ABPFrameworkDbContext context)
 {
     _context = context;
 }