Exemplo n.º 1
0
 public SearchService(PfscDbContext context) : base(context)
 {
 }
Exemplo n.º 2
0
 public FactoryAdminDashboardService(PfscDbContext context) : base(context)
 {
     _factoryService = new FactoryService(_context);
 }
 public PfscAuthenticationService(PfscDbContext context, IHttpContextAccessor accessor) : base(context)
 {
     _httpContext = accessor.HttpContext;
 }