public HotDog GetHotDogById(int v) { return(hotDogRepository.GetHotDogById(v)); }
public HotDog GetHotDogById(int hotDogId) { return(hotDogRepository.GetHotDogById(hotDogId)); }
public HotDog GetHotDogById(int idHot) { return(hotDogRepository.GetHotDogById(idHot)); }