aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Web/Models
diff options
context:
space:
mode:
authorDanail Dimitrov <danaildimitrov321@gmail.com>2021-01-04 22:10:47 +0200
committerDanail Dimitrov <danaildimitrov321@gmail.com>2021-01-04 22:10:47 +0200
commit784fb6525f9e929a3feab0cb17c1787b783cc1c9 (patch)
tree15566e2276be85acf52daf5e257d0cf905bf532a /src/DevHive.Web/Models
parentbe9c9e7721610536259f1ea997c259956c894bbd (diff)
downloadDevHive-784fb6525f9e929a3feab0cb17c1787b783cc1c9.tar
DevHive-784fb6525f9e929a3feab0cb17c1787b783cc1c9.tar.gz
DevHive-784fb6525f9e929a3feab0cb17c1787b783cc1c9.zip
Fixed Comment implementation
Diffstat (limited to 'src/DevHive.Web/Models')
-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