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

            return objCaller.GetByCategoryID(ID);
        }