aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Services/Models/Post/Comment/CreateCommentServiceModel.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/DevHive.Services/Models/Post/Comment/CreateCommentServiceModel.cs')
-rw-r--r--src/DevHive.Services/Models/Post/Comment/CreateCommentServiceModel.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/DevHive.Services/Models/Post/Comment/CreateCommentServiceModel.cs b/src/DevHive.Services/Models/Post/Comment/CreateCommentServiceModel.cs
index 33f3bfe..7c00b8f 100644
--- a/src/DevHive.Services/Models/Post/Comment/CreateCommentServiceModel.cs
+++ b/src/DevHive.Services/Models/Post/Comment/CreateCommentServiceModel.cs
@@ -4,6 +4,5 @@ namespace DevHive.Services.Models.Post.Comment
{
public class CreateCommentServiceModel : BaseCommentServiceModel
{
- public DateTime TimeCreated { get; set; }
}
-} \ No newline at end of file
+}