Skip to content

Instantly share code, notes, and snippets.

@masoodwasim
Created March 4, 2020 18:42
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 masoodwasim/92e343610327fca5774ea5bad94ab6cc to your computer and use it in GitHub Desktop.
Save masoodwasim/92e343610327fca5774ea5bad94ab6cc to your computer and use it in GitHub Desktop.
public class BookModel
{
public int ID { get; set; }
public string Title { get; set; }
public string Author { get; set; }
public string Publisher { get; set; }
public string Category { get; set; }
public decimal Price { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment