コード例 #1
0
 public List <HotDog> GetAllHotDogs()
 {
     return(hotDogRepository.GetAllHotDogs());
 }
コード例 #2
0
 public IEnumerable <HotDog> GetAllHotDogs()
 {
     return(hotDogRepo.GetAllHotDogs());
 }