public ReviewsController(YoutuberCriticsContext context, CacheService cache)
 {
     _context = context;
     _cache   = cache;
 }
Ejemplo n.º 2
0
 public SearchService(IScraper scraper, YoutuberCriticsContext context, IServiceScopeFactory serviceScopeFactory)
 {
     _scraper             = scraper;
     _context             = context;
     _serviceScopeFactory = serviceScopeFactory;
 }