Rename refactoring

This commit is contained in:
franc
2025-04-17 11:20:02 +02:00
parent df146a24b0
commit 4eaf03698c
3 changed files with 3 additions and 3 deletions
@@ -147,7 +147,7 @@
await _context.SaveChangesAsync();
}
public async Task<IEnumerable<Recipe>> SearchRecipeAsync(string searchTerm)
public async Task<IEnumerable<Recipe>> SearchInRecipesandIngredients(string searchTerm)
{
var queryable = _context.Recipes
.Include(r => r.RecipeIngredients)