public XmlFileLoader(IScopedCacheWrapper scopedCacheWrapper)
 {
     ScopedCacheWrapper = scopedCacheWrapper;
 }
示例#2
0
 public XmlRepository(IScopedCacheWrapper scopedCacheWrapper)
 {
     ScopedCacheWrapper = scopedCacheWrapper;
 }