Moar !wip

This commit is contained in:
TidusJar 2018-10-03 20:10:27 +01:00
parent 9f696bfc7d
commit 1f188b3618
6 changed files with 151 additions and 39 deletions

View file

@ -12,5 +12,7 @@ namespace Ombi.Core.Models.UI
public int Downvotes { get; set; }
public string Title { get; set; }
public string Description { get; set; }
public bool AlreadyVoted { get; set; }
public VoteType MyVote { get; set; }
}
}