예제 #1
0
 public ContainerStore(ICacheService cacheService, IContainerParser parser, String root) : base(cacheService, parser)
 {
     this.root = root;
 }
예제 #2
0
 protected ContainerStoreBase(ICacheService cacheServicce, IContainerParser parser)
 {
     this.cache  = cacheServicce;
     this.parser = parser;
 }