Rename Refactoring

This commit is contained in:
franc
2025-04-17 11:15:15 +02:00
parent 0d6b9eb294
commit df146a24b0
3 changed files with 3 additions and 3 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>> SearchRecipeAndIngredientAsync(string searchterm);
Task<IEnumerable<Recipe>> SearchRecipeAsync(string searchterm);
}
}