Rename Refactoring

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