public HostRoleAndUserCreator(PoketPortalDbContext context) { _context = context; }
public DefaultEditionsCreator(PoketPortalDbContext context) { _context = context; }
public DefaultLanguagesCreator(PoketPortalDbContext context) { _context = context; }
public DefaultTenantCreator(PoketPortalDbContext context) { _context = context; }
public InitialHostDbBuilder(PoketPortalDbContext context) { _context = context; }
public TenantRoleAndUserBuilder(PoketPortalDbContext context, int tenantId) { _context = context; _tenantId = tenantId; }
public DefaultSettingsCreator(PoketPortalDbContext context) { _context = context; }