Example #1
0
 public DataTable GetPOMonitoringByMonthandYearDT(string partcode, int month, int year)
 {
     return(DBPOMonitoring.GetPOMonitoringByMonthandYear(partcode, month, year).Tables[0]);
 }