public List <HotDog> GetHotDogsForGroup(int hotDogGroupId) { return(hotDogRepository.GetHotDogsForGroup(hotDogGroupId)); }
public List <HotDog> GetHotDogForGroup(int groupId) { return(_repository.GetHotDogsForGroup(groupId)); }