public static KharchaMasterCollection GetAllById(int KHARCHA_ID) { KharchaMasterCollection obj = new KharchaMasterCollection(); obj.MapObjects(new KharchaMasterDataService().SaleMaster_GetById(KHARCHA_ID)); return(obj); }
public static KharchaMasterCollection GetAll() { KharchaMasterCollection obj = new KharchaMasterCollection(); obj.MapObjects(new KharchaMasterDataService().SaleMaster_GetAll()); return(obj); }