Guest User

Untitled

a guest
Nov 17th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. public class RatingViewModel
  2. {
  3. public int MovieId { get; set; }
  4. public string UserName { get; set; }
  5. public int Rating { get; set; }
  6. }
Add Comment
Please, Sign In to add comment