Ejemplo n.º 1
0
 public IList <string> GetPalletsOfProcess(int processId)
 {
     return(_repos.GetPalletsOfProcess(processId));
 }