Skip to content

Commit

Permalink
Also add UpVotes to comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Mar 22, 2024
1 parent 1bf2655 commit 5c7a8d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MyApp.ServiceModel/Posts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ public class Comment
public string Id { get; set; }
public string Body { get; set; }
public string CreatedBy { get; set; }
public int? UpVotes { get; set; }
public DateTime CreatedDate { get; set; }
}

Expand Down

0 comments on commit 5c7a8d0

Please sign in to comment.