예제 #1
0
        public static ProductAddCollection PRO_ID(int PRO_ID)
        {
            ProductAddCollection obj = new ProductAddCollection();

            obj.MapObjects(new ProductAddService().ProductAddGetByPRO_ID(PRO_ID));
            return(obj);
        }
예제 #2
0
        public static ProductAddCollection GetAll()
        {
            ProductAddCollection obj = new ProductAddCollection();

            obj.MapObjects(new ProductAddService().ProductAddGetAll());
            return(obj);
        }