Exemplo n.º 1
0
        public List <ShowProductList> GetProductListFromCache()
        {
            ProductCache productCache = RemotingHelp.GetModelObject <ProductCache>();

            return(productCache.GetProductListFromCache());
        }