Example #1
0
        public static SALE_MASTERCollection GetByDATE(DateTime DATE)
        {
            SALE_MASTERCollection obj = new SALE_MASTERCollection();

            obj.MapObjects(new SALE_MASTERDataService().SALE_MASTER_GetByDATE(DATE));
            return(obj);
        }
Example #2
0
        public static SALE_MASTERCollection GetAll()
        {
            SALE_MASTERCollection obj = new SALE_MASTERCollection();

            obj.MapObjects(new SALE_MASTERDataService().SALE_MASTER_GetAll());
            return(obj);
        }