Correct the Method and rename Method

This commit is contained in:
franc
2025-04-16 15:18:39 +02:00
parent eb6d82a979
commit b8814ce708
2 changed files with 13 additions and 16 deletions
@@ -17,6 +17,6 @@
Task<Recipe> CreateRecipeForCategoryAsync(Category category, string name, string description, Difficulty difficulty, int servings, TimeSpan preparationTime, TimeSpan cookingTime);
Task<IEnumerable<Recipe>> GetRecipesBySearchQueryAsync(string query);
Task<IEnumerable<Recipe>> SerachRecipeAndIngredientAsync(string query);
}
}