示例#1
0
 public List <Box> GetbySpotBoxNumber(int spotid, int boxnumber)
 {
     return(_boxRepository.GetbySpotBoxNumber(spotid, boxnumber));
 }