Skip to content

Instantly share code, notes, and snippets.

@gmartinezsan
Created January 31, 2018 04:46
Show Gist options
  • Save gmartinezsan/b7337bbdef4fb47bf2a6aa0040c1781a to your computer and use it in GitHub Desktop.
Save gmartinezsan/b7337bbdef4fb47bf2a6aa0040c1781a to your computer and use it in GitHub Desktop.
namespace BooksWebApi.Entities
{
public class Category
{
public long Id { get; set; }
public string Description { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment