public TenantRoleAndUserBuilder(TomAbpDbContext context, int tenantId)
 {
     _context = context;
     _tenantId = tenantId;
 }
 public DefaultSettingsCreator(TomAbpDbContext context)
 {
     _context = context;
 }
 public DefaultTenantBuilder(TomAbpDbContext context)
 {
     _context = context;
 }
 public HostRoleAndUserCreator(TomAbpDbContext context)
 {
     _context = context;
 }
 public DefaultLanguagesCreator(TomAbpDbContext context)
 {
     _context = context;
 }
 public DefaultEditionCreator(TomAbpDbContext context)
 {
     _context = context;
 }
 public InitialHostDbBuilder(TomAbpDbContext context)
 {
     _context = context;
 }