Beispiel #1
0
 public IEnumerable <Bet> GetAllUserBets(string userId)
 {
     return(_betRepository.GetAllUserBets(userId));
 }