aboutsummaryrefslogtreecommitdiff
path: root/src/Services/DevHive.Services.Models/Post
diff options
context:
space:
mode:
Diffstat (limited to 'src/Services/DevHive.Services.Models/Post')
-rw-r--r--src/Services/DevHive.Services.Models/Post/Rating/UpdateRatingServiceModel.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Services/DevHive.Services.Models/Post/Rating/UpdateRatingServiceModel.cs b/src/Services/DevHive.Services.Models/Post/Rating/UpdateRatingServiceModel.cs
index f6233f9..1ea8d8f 100644
--- a/src/Services/DevHive.Services.Models/Post/Rating/UpdateRatingServiceModel.cs
+++ b/src/Services/DevHive.Services.Models/Post/Rating/UpdateRatingServiceModel.cs
@@ -8,6 +8,8 @@ namespace DevHive.Services.Models.Post.Rating
public Guid UserId { get; set; }
+ public Guid PostId { get; set; }
+
public bool IsLike { get; set; }
}
}