Skip to content

Instantly share code, notes, and snippets.

@christiannagel
Created August 28, 2018 09:52
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 christiannagel/38ece085966945a29d1424a7fdb65d18 to your computer and use it in GitHub Desktop.
Save christiannagel/38ece085966945a29d1424a7fdb65d18 to your computer and use it in GitHub Desktop.
MenuItem to be used with the MenusContext
public class MenuItem
{
public int MenuItemId { get; set; }
public string Text { get; set; }
[DataType(DataType.Date)]
public DateTime MenuDate { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment