Esempio n. 1
0
        public override IDecorationOf <IStore> ApplyThisDecorationTo(IStore store)
        {
            var returnValue = new InterceptingStoreDecoration(store, this.Logger);

            return(returnValue);
        }
        public override IDecorationOf<IStore> ApplyThisDecorationTo(IStore store)
        {
            var returnValue = new InterceptingStoreDecoration(store, this.Logger);

            return returnValue;
        }