Exemplo n.º 1
0
        public static IList<Product> GetAll()
        {
            ProductDataMapper objCaller = new ProductDataMapper();

            return objCaller.GetAll();
        }