public WallItemPartialController(IContentFetcherService contentFetcherService, ICacheService cache)
     : base(cache)
 {
     this.contentFetcherService = contentFetcherService;
 }
Beispiel #2
0
 public HomeController(IContentFetcherService contentFetcherService)
 {
     this.contentFetcherService = contentFetcherService;
 }