コード例 #1
0
        public DataTable GetPlanningOffset(int pintCCNID)
        {
            DCPReportDS dsDCP = new DCPReportDS();

            return(dsDCP.GetPlanningOffset(pintCCNID.ToString()));
        }
コード例 #2
0
        public DataTable GetPlanningOffset(string pstrCCNID)
        {
            DCPReportDS dsReport = new DCPReportDS();

            return(dsReport.GetPlanningOffset(pstrCCNID));
        }