예제 #1
0
 public void SetBoxOccupied(int boxid)
 {
     _boxRepository.SetBoxOccupied(boxid);
     return;
 }