Beispiel #1
0
 public IEnumerable <Bet> GetAllBetsByCategory(int categoryId)
 {
     return(_betRepository.GetAllBetsByCategory(categoryId));
 }