Exemplo n.º 1
0
 public List <HotDog> GetFavouriteHotDogs()
 {
     return(hotDogRepository.GetFavoriteHotDogs());
 }
Exemplo n.º 2
0
 public IEnumerable <HotDog> GetFavoriteHotDogs()
 {
     return(hotDogRepo.GetFavoriteHotDogs());
 }