Esempio n. 1
0
 public void PlaceParlayBet([FromBody] Bet[] b)
 {
     BetService.placeParlayBet(b);
 }