Пример #1
0
 public GetHomePageData(Lazy <IHomepageDatabaseQuery> homePageQuery, Lazy <ITranslationsDatabaseQuery> translationQuery, IKRFMemoryCache memoryCache)
 {
     this._homePageQuery    = homePageQuery.Value;
     this._translationQuery = translationQuery.Value;
     this._memoryCache      = memoryCache;
 }
Пример #2
0
 public GetAppTranslations(Lazy <ITranslationsDatabaseQuery> translationQuery, IKRFMemoryCache memoryCache)
 {
     this._translationQuery = translationQuery.Value;
     this._memoryCache      = memoryCache;
 }