public DataTable GetPlanningOffset(int pintCCNID) { DCPReportDS dsDCP = new DCPReportDS(); return(dsDCP.GetPlanningOffset(pintCCNID.ToString())); }
public DataTable GetPlanningOffset(string pstrCCNID) { DCPReportDS dsReport = new DCPReportDS(); return(dsReport.GetPlanningOffset(pstrCCNID)); }