Пример #1
0
 public CachedRepositoryDecorator(IRepositoryStoreService innerRepositoryService, IMemoryCache memoryCache)
 {
     _innerRepositoryService = innerRepositoryService;
     _memoryCache            = memoryCache;
 }
 public RepoStatisticsService(IRepositoryStoreService repositoryStore, ILetterCounterService letterCounterService)
 {
     _repositoryStore      = repositoryStore;
     _letterCounterService = letterCounterService;
 }