aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Web/Models/Post/Comment
diff options
context:
space:
mode:
Diffstat (limited to 'src/DevHive.Web/Models/Post/Comment')
-rw-r--r--src/DevHive.Web/Models/Post/Comment/CommentWebModel.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/DevHive.Web/Models/Post/Comment/CommentWebModel.cs b/src/DevHive.Web/Models/Post/Comment/CommentWebModel.cs
index 2a8650a..3cdc7c4 100644
--- a/src/DevHive.Web/Models/Post/Comment/CommentWebModel.cs
+++ b/src/DevHive.Web/Models/Post/Comment/CommentWebModel.cs
@@ -6,5 +6,6 @@ namespace DevHive.Web.Models.Post.Comment
{
public Guid IssuerId { get; set; }
public string Message { get; set; }
+ public DateTime TimeCreated { get; set; }
}
} \ No newline at end of file