Example #1
0
        public static XmlDocument GetAllasXml(int type, int from, int to, ref int totalrows)
        {
            CategoryDataMapper objCaller = new CategoryDataMapper();

            return objCaller.GetAllXml(from, to, ref totalrows, type);
        }
Example #2
0
        public static XmlDocument GetAllasXml(int count, int type)
        {
            CategoryDataMapper objCaller = new CategoryDataMapper();

            return objCaller.GetAllXml(count, type);
        }