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