public XmlFileLoader(IScopedCacheWrapper scopedCacheWrapper)
 {
     ScopedCacheWrapper = scopedCacheWrapper;
 }
Exemplo n.º 2
0
 public XmlRepository(IScopedCacheWrapper scopedCacheWrapper)
 {
     ScopedCacheWrapper = scopedCacheWrapper;
 }