Exemplo n.º 1
0
        public static Product GetByID(int ID)
        {
            ProductDataMapper objCaller = new ProductDataMapper();

            return objCaller.GetByID(ID);
        }