diff options
Diffstat (limited to 'src/Data/DevHive.Data.Models/Comment.cs')
| -rw-r--r-- | src/Data/DevHive.Data.Models/Comment.cs | 3 |
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; } |
