예제 #1
0
 public void CancellBet(int?betId)
 {
     _betRepository.CancellBet(betId);
 }