Guest User

Untitled

a guest
Jan 22nd, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. [Required]
  2. public string Genre { get; set; }
  3.  
  4. [Range(1, 100)]
  5. [DataType(DataType.Currency)]
  6. public decimal Price { get; set; }
  7.  
  8. [StringLength(5)]
  9. public string Rating { get; set; }
Add Comment
Please, Sign In to add comment