Skip to content

Instantly share code, notes, and snippets.

@zHaytam
Created August 17, 2020 18:44
Show Gist options
  • Save zHaytam/9b1c644cf321d2d04ee6960032a8c0cc to your computer and use it in GitHub Desktop.
Save zHaytam/9b1c644cf321d2d04ee6960032a8c0cc to your computer and use it in GitHub Desktop.
public class BlogPost
{
public int Id { get; set; }
public string Title { get; set; }
public string Description { get; set; }
public bool Disabled { get; set; }
public DateTime Created { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment