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