Esempio n. 1
0
        public static int Add(Category obj)
        {
            CategoryDataMapper objCaller = new CategoryDataMapper();

            return objCaller.Add(obj);
        }