diff options
Diffstat (limited to 'src/DevHive.Web/Models/Comment/CommentWebModel.cs')
| -rw-r--r-- | src/DevHive.Web/Models/Comment/CommentWebModel.cs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/DevHive.Web/Models/Comment/CommentWebModel.cs b/src/DevHive.Web/Models/Comment/CommentWebModel.cs deleted file mode 100644 index 37806a5..0000000 --- a/src/DevHive.Web/Models/Comment/CommentWebModel.cs +++ /dev/null @@ -1,10 +0,0 @@ -using System; - -namespace DevHive.Web.Models.Comment -{ - public class CommentWebModel - { - public Guid UserId { get; set; } - public string Message { get; set; } - } -}
\ No newline at end of file |
