Ejemplo n.º 1
0
 public void InsertNewBox(int spotid, string boxnumber)
 {
     _boxRepository.InsertNewBox(spotid, boxnumber);
     return;
 }