Beispiel #1
0
 public List <Box> GetbySpotCust(int spotid, int custid)
 {
     return(_boxRepository.GetbySpotCust(spotid, custid));
 }