Example #1
0
 public BetWithOdds[] GetBetsForEvent(int eventid)
 {
     return(BetService.getBetsForEvent(eventid));
 }