示例#1
0
 public Bet GetById(string betId)
 {
     return(BetRepository.GetById(betId));
 }