Exemple #1
0
 public List <Box> GetbySpot(int spotid)
 {
     return(_boxRepository.GetbySpot(spotid));
 }