Ejemplo n.º 1
0
 public void CancellBet(int?betId)
 {
     _betRepository.CancellBet(betId);
 }