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

            objCaller.Delete(ID);
        }