Exemplo n.º 1
0
 public HostRoleAndUserCreator(PoketPortalDbContext context)
 {
     _context = context;
 }
 public DefaultEditionsCreator(PoketPortalDbContext context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public DefaultLanguagesCreator(PoketPortalDbContext context)
 {
     _context = context;
 }
 public DefaultTenantCreator(PoketPortalDbContext context)
 {
     _context = context;
 }
Exemplo n.º 5
0
 public InitialHostDbBuilder(PoketPortalDbContext context)
 {
     _context = context;
 }
Exemplo n.º 6
0
 public TenantRoleAndUserBuilder(PoketPortalDbContext context, int tenantId)
 {
     _context  = context;
     _tenantId = tenantId;
 }
 public DefaultSettingsCreator(PoketPortalDbContext context)
 {
     _context = context;
 }