예제 #1
0
 public async Task <Bet> GetBetByName(string name)
 {
     return(await _repository.GetBetByName(name));
 }