示例#1
0
 public List <IBookingContainer> GetJobContainers(int JobID)
 {
     return(JobDAL.GetJobContainers(JobID));
 }