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