Skip to content

Instantly share code, notes, and snippets.

@gmartinezsan
Created January 31, 2018 04:42
Show Gist options
  • Save gmartinezsan/284bb85643ad08530e0870cc5ba9939b to your computer and use it in GitHub Desktop.
Save gmartinezsan/284bb85643ad08530e0870cc5ba9939b 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