コード例 #1
0
ファイル: BoxBusiness.cs プロジェクト: Thijapones/MTG4Us
 public void RemoveBox(int boxid)
 {
     _boxRepository.RemoveBox(boxid);
     return;
 }