Skip to content

Instantly share code, notes, and snippets.

@tonysneed
Created May 27, 2018 18:12
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 tonysneed/acf312b364d8e39db7dfa3b52d547920 to your computer and use it in GitHub Desktop.
Save tonysneed/acf312b364d8e39db7dfa3b52d547920 to your computer and use it in GitHub Desktop.
public partial class Category // My Handlebars Helper
{
public int CategoryId { get; set; }
public string CategoryName { get; set; }
public ICollection<Product> Product { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment