diff options
Diffstat (limited to 'src/Data/DevHive.Data.Models/Post.cs')
| -rw-r--r-- | src/Data/DevHive.Data.Models/Post.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Data/DevHive.Data.Models/Post.cs b/src/Data/DevHive.Data.Models/Post.cs index c95a8f1..a5e7642 100644 --- a/src/Data/DevHive.Data.Models/Post.cs +++ b/src/Data/DevHive.Data.Models/Post.cs @@ -1,13 +1,12 @@ using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations.Schema; -using DevHive.Data.Models.Interfaces; using DevHive.Data.Models.Relational; namespace DevHive.Data.Models { [Table("Posts")] - public class Post : IPost + public class Post { public Guid Id { get; set; } |
