public XmlFileLoader(IScopedCacheWrapper scopedCacheWrapper)
 {
     ScopedCacheWrapper = scopedCacheWrapper;
 }
Пример #2
0
 public XmlRepository(IScopedCacheWrapper scopedCacheWrapper)
 {
     ScopedCacheWrapper = scopedCacheWrapper;
 }