Skip to content

Instantly share code, notes, and snippets.

@fatihdgn
Created October 31, 2017 19:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fatihdgn/0f19875969487b341a5517547b6350c0 to your computer and use it in GitHub Desktop.
Save fatihdgn/0f19875969487b341a5517547b6350c0 to your computer and use it in GitHub Desktop.
public class Category
{
public string Id { get; set; } = Guid.NewGuid().ToString();
public string Name { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment