Ejemplo n.º 1
0
 public EmployersRepositoryCacheDecorator(IEmployersRepository decorationTarget, ICacheStoreProxy cacheProxy)
 {
     this.decorationTarget = decorationTarget;
     this.cacheProxy       = cacheProxy;
 }
 public EmployersOperationsCacheDecorator(IEmployersOperations targetDecorated, ICacheStoreProxy cacheProxy)
 {
     this.targetDecorated = targetDecorated;
     this.cacheProxy      = cacheProxy;
 }