Beispiel #1
0
        public static OrderBillMaster GetByDate(DateTime DATE)
        {
            OrderBillMaster obj = new OrderBillMaster();

            obj.MapData(new OrderBillMasterDataService().OrderBillMasterDate(DATE));
            return(obj);
        }
Beispiel #2
0
        //public static Bill_Master GetByFromDate_ToDate(DateTime FromDATE,DateTime ToDate)
        //{
        //    Bill_Master obj = new Bill_Master();
        //    obj.MapData(new OrderBillMasterDataService().Bill_Master_FromDate_ToDate(FromDATE, ToDate));
        //    return obj;
        //}
        public static OrderBillMaster GetByBILLNO(string BILLNO)
        {
            OrderBillMaster obj = new OrderBillMaster();

            obj.MapData(new OrderBillMasterDataService().OrderBillMasterGetByBILLNO(BILLNO));
            return(obj);
        }
Beispiel #3
0
        public static OrderBillMaster GetByOrderBILL_ID(int OrderBILL_ID)
        {
            OrderBillMaster obj = new OrderBillMaster();

            obj.MapData(new OrderBillMasterDataService().OrderBillMasterGetByOrderBILL_ID(OrderBILL_ID));
            return(obj);
        }