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