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