Exemplo n.º 1
0
 public object GetBoxByJobID(int JobID)
 {
     return(boxRepository.GetBoxByJobID(JobID));
 }