Skip to content

Instantly share code, notes, and snippets.

@evgomes
Last active January 31, 2019 13:39
Show Gist options
  • Save evgomes/ebc67a8319a646914fbb45f7896df17f to your computer and use it in GitHub Desktop.
Save evgomes/ebc67a8319a646914fbb45f7896df17f to your computer and use it in GitHub Desktop.
Remove method from CategoryRepository, of Supermaket API
public void Remove(Category category)
{
_context.Categories.Remove(category);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment