Fix some formatting and Rename Refactoring

This commit is contained in:
franc
2025-04-17 10:20:55 +02:00
parent 1110c74234
commit c225eedc8b
2 changed files with 6 additions and 5 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>> SerachRecipeAndIngredientAsync(string query);
Task<IEnumerable<Recipe>> SerachRecipeAndIngredientAsync(string searchterm);
}
}