コード例 #1
0
        public ArrayList GetPlanningPeriod(string pstrCCNID)
        {
            DCPReportDS dsReport = new DCPReportDS();

            return(dsReport.GetPlanningPeriod(pstrCCNID));
        }