Beispiel #1
0
        public DataTable GetDeliveryForSO(string strItems, DateTime pdtmFromDate, DateTime pdtmToDate)
        {
            DCPReportDS dsDCP = new DCPReportDS();

            return(dsDCP.GetDeliveryForSO(strItems, pdtmFromDate, pdtmToDate));
        }
Beispiel #2
0
        public DataTable GetDeliveryForSO()
        {
            DCPReportDS dsReport = new DCPReportDS();

            return(dsReport.GetDeliveryForSO());
        }