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