Example #1
0
 public List <Box> GetbySpotOwner(int spotid, int ownerid)
 {
     return(_boxRepository.GetbySpotOwner(spotid, ownerid));
 }