Exemplo n.º 1
0
 public override IDecorationOf<IStore> ApplyThisDecorationTo(IStore store)
 {
     var returnValue = new CacheDecoration(store, this.CachingStore);
     return returnValue;
 }
Exemplo n.º 2
0
        public override IDecorationOf <IStore> ApplyThisDecorationTo(IStore store)
        {
            var returnValue = new CacheDecoration(store, this.CachingStore);

            return(returnValue);
        }