Exemple #1
0
 public List <FoodModel> GetAllFood(DogModel dogModel)
 {
     return(_foodRepository.GetAllFoodForDog(dogModel.DogId).ToList());
 }