aboutsummaryrefslogtreecommitdiff
path: root/src/Data/DevHive.Data.Models/Comment.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Data/DevHive.Data.Models/Comment.cs')
-rw-r--r--src/Data/DevHive.Data.Models/Comment.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Data/DevHive.Data.Models/Comment.cs b/src/Data/DevHive.Data.Models/Comment.cs
index f907e43..0af40bf 100644
--- a/src/Data/DevHive.Data.Models/Comment.cs
+++ b/src/Data/DevHive.Data.Models/Comment.cs
@@ -1,9 +1,8 @@
using System;
-using DevHive.Data.Models.Interfaces;
namespace DevHive.Data.Models
{
- public class Comment : IComment
+ public class Comment
{
public Guid Id { get; set; }