Example #1
0
 public void PlaceSingleBet([FromBody] Bet b)
 {
     BetService.placeSingleBet(b);
 }