Пример #1
0
        public static KharchaMasterCollection GetAllById(int KHARCHA_ID)
        {
            KharchaMasterCollection obj = new KharchaMasterCollection();

            obj.MapObjects(new KharchaMasterDataService().SaleMaster_GetById(KHARCHA_ID));
            return(obj);
        }
Пример #2
0
        public static KharchaMasterCollection GetAll()
        {
            KharchaMasterCollection obj = new KharchaMasterCollection();

            obj.MapObjects(new KharchaMasterDataService().SaleMaster_GetAll());
            return(obj);
        }