示例#1
0
 public static DataTable GetContainerCountFromJobID(int JobID)
 {
     return(JobDAL.GetContainerCountFromJobID(JobID));
 }