Rename Refactoring
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user