More Polish (#2665)
This commit is contained in:
parent
47547c23dd
commit
e8d9a8b3a3
14 changed files with 151 additions and 91 deletions
|
@ -25,7 +25,6 @@ public class ExternalReview
|
|||
/// Reviewer's username
|
||||
/// </summary>
|
||||
public string Username { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// An Optional Rating coming from the Review
|
||||
/// </summary>
|
||||
|
@ -36,6 +35,7 @@ public class ExternalReview
|
|||
public int Score { get; set; }
|
||||
public int TotalVotes { get; set; }
|
||||
|
||||
|
||||
public int SeriesId { get; set; }
|
||||
|
||||
// Relationships
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue