Beispiel #1
0
 public Bet GetUserBetEntity(string userId)
 {
     return(_betRepository.GetUserBetEntity(userId));
 }