public List <HotDog> GetAllHotDogs()
 {
     return(hotDogRepository.GetAllHotDogs());
 }
Exemple #2
0
 public IEnumerable <HotDog> GetAllHotDogs()
 {
     return(hotDogRepo.GetAllHotDogs());
 }