Guest User

Untitled

a guest
Jun 25th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. using System;
  2.  
  3. namespace RazorPagesMovie.Models
  4. {
  5. public class Movie
  6. {
  7. public int ID { get; set; }
  8. public string Title { get; set; }
  9. public string Genre { get; set; }
  10. }
  11. }
Add Comment
Please, Sign In to add comment