public void Dispose() { Category.DeleteAll(); Recipe.DeleteAll(); }
public void Dispose() { Ingredient.DeleteAll(); Recipe.DeleteAll(); Category.DeleteAll(); }