コード例 #1
0
 public HotDog GetHotDogById(int v)
 {
     return(hotDogRepository.GetHotDogById(v));
 }
コード例 #2
0
 public HotDog GetHotDogById(int hotDogId)
 {
     return(hotDogRepository.GetHotDogById(hotDogId));
 }
コード例 #3
0
 public HotDog GetHotDogById(int idHot)
 {
     return(hotDogRepository.GetHotDogById(idHot));
 }