diff options
Diffstat (limited to 'src/DevHive.Web/Models/Post/ReadPostWebModel.cs')
| -rw-r--r-- | src/DevHive.Web/Models/Post/ReadPostWebModel.cs | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/src/DevHive.Web/Models/Post/ReadPostWebModel.cs b/src/DevHive.Web/Models/Post/ReadPostWebModel.cs deleted file mode 100644 index 8238f47..0000000 --- a/src/DevHive.Web/Models/Post/ReadPostWebModel.cs +++ /dev/null @@ -1,26 +0,0 @@ -using System; -using System.Collections.Generic; -using DevHive.Common.Models.Misc; - -namespace DevHive.Web.Models.Post -{ - public class ReadPostWebModel - { - public Guid PostId { get; set; } - - public string CreatorFirstName { get; set; } - - public string CreatorLastName { get; set; } - - public string CreatorUsername { get; set; } - - public string Message { get; set; } - - public DateTime TimeCreated { get; set; } - - public List<IdModel> Comments { get; set; } - - public List<string> FileUrls { get; set; } - // public List<FileContentResult> Files { get; set; } - } -} |
