Esempio n. 1
0
 internal SearchResultCache(SQLiteDAO dao, AutoMapperService autoMapperService, ICache <JiraIssue> issueCache)
     : base(dao, autoMapperService)
 {
     _issueCache = issueCache;
 }
 internal SQLiteCacheProvider(SQLiteDAO dao, AutoMapperService autoMapper)
 {
     _dao        = dao;
     _autoMapper = autoMapper;
 }