Пример #1
0
 public void SetBoxEmpty(int boxid)
 {
     _boxRepository.SetBoxEmpty(boxid);
     return;
 }