Пример #1
0
        public DataTable GetDeliveryForParent(string pstrCCNID)
        {
            DCPReportDS dsReport = new DCPReportDS();

            return(dsReport.GetDemandWO(pstrCCNID));
        }