Refactoring some Repo methods to not throw exception
This commit is contained in:
@@ -19,6 +19,6 @@
|
||||
|
||||
Task<IEnumerable<Recipe>> SearchInRecipesAndIngredients(string searchterm);
|
||||
|
||||
Task DeleteRecipeAsync(Guid recipeId);
|
||||
Task<bool> DeleteRecipeAsync(Guid recipeId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user