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