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

            return objCaller.Add(obj);
        }