Example #1
0
 public BetWithOdds[] GetBetsForMatch(int matchid)
 {
     return(BetService.getBetsForMatch(matchid));
 }