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.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/DevHive.Services/Models/Post/Comment/CreateCommentServiceModel.cs b/src/DevHive.Services/Models/Post/Comment/CreateCommentServiceModel.cs
new file mode 100644
index 0000000..33f3bfe
--- /dev/null
+++ b/src/DevHive.Services/Models/Post/Comment/CreateCommentServiceModel.cs
@@ -0,0 +1,9 @@
+using System;
+
+namespace DevHive.Services.Models.Post.Comment
+{
+ public class CreateCommentServiceModel : BaseCommentServiceModel
+ {
+ public DateTime TimeCreated { get; set; }
+ }
+} \ No newline at end of file