Пример #1
0
        public static ProductBill_MasterCollection GetAll()
        {
            ProductBill_MasterCollection obj = new ProductBill_MasterCollection();

            obj.MapObjects(new ProductBill_MasterDataService().ProductBill_MasterGetAll());
            return(obj);
        }
Пример #2
0
        public static ProductBill_MasterCollection GetByFrom_BillNo_TOBillNOAndStatus(int FromBILLNO, int ToBILLNO, string Bil_Stutas)
        {
            ProductBill_MasterCollection obj = new ProductBill_MasterCollection();

            obj.MapObjects(new ProductBill_MasterDataService().ProductBill_MasterGetByFrom_BILLNO_TO_BILLNOAndStatus(FromBILLNO, ToBILLNO, Bil_Stutas));
            return(obj);
        }
Пример #3
0
        public static ProductBill_MasterCollection GetByFrom_BillNo_TOBillNO(int FromBILLNO, int ToBILLNO)
        {
            ProductBill_MasterCollection obj = new ProductBill_MasterCollection();

            obj.MapObjects(new ProductBill_MasterDataService().ProductBill_MasterGetByFrom_BILLNO_TO_BILLNO(FromBILLNO, ToBILLNO));
            return(obj);
        }
Пример #4
0
        public static ProductBill_MasterCollection GetByBillNo(string BILLNO)
        {
            ProductBill_MasterCollection obj = new ProductBill_MasterCollection();

            obj.MapObjects(new ProductBill_MasterDataService().ProductBill_MasterGetByBILLNO(BILLNO));
            return(obj);
        }
Пример #5
0
        public static ProductBill_MasterCollection GetByFromDate_ToDateAndStatus(DateTime FromDATE, DateTime ToDate, string Bil_Stutas)
        {
            ProductBill_MasterCollection obj = new ProductBill_MasterCollection();

            obj.MapObjects(new ProductBill_MasterDataService().ProductBill_MasterFromDate_ToDateAndStatus(FromDATE, ToDate, Bil_Stutas));
            return(obj);
        }
Пример #6
0
        public static ProductBill_MasterCollection GetByFromDate_ToDate(DateTime FromDATE, DateTime ToDate)
        {
            ProductBill_MasterCollection obj = new ProductBill_MasterCollection();

            obj.MapObjects(new ProductBill_MasterDataService().ProductBill_MasterFromDate_ToDate(FromDATE, ToDate));
            return(obj);
        }