diff options
| author | transtrike <transtrike@gmail.com> | 2021-01-23 17:12:14 +0200 |
|---|---|---|
| committer | transtrike <transtrike@gmail.com> | 2021-01-23 17:12:14 +0200 |
| commit | cc9734b155d1cd71536030dd1b2b387792f70e6f (patch) | |
| tree | 7a8235d17d14bdb85e160f561f62133aae6101b6 /src/DevHive.Web/Models/Post/Comment/UpdateCommentWebModel.cs | |
| parent | 9d7489b4958a5e6e5b0cd38a61e5bf4ff12f23da (diff) | |
| download | DevHive-cc9734b155d1cd71536030dd1b2b387792f70e6f.tar DevHive-cc9734b155d1cd71536030dd1b2b387792f70e6f.tar.gz DevHive-cc9734b155d1cd71536030dd1b2b387792f70e6f.zip | |
Comment Models fixed
Diffstat (limited to 'src/DevHive.Web/Models/Post/Comment/UpdateCommentWebModel.cs')
| -rw-r--r-- | src/DevHive.Web/Models/Post/Comment/UpdateCommentWebModel.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/DevHive.Web/Models/Post/Comment/UpdateCommentWebModel.cs b/src/DevHive.Web/Models/Post/Comment/UpdateCommentWebModel.cs new file mode 100644 index 0000000..49f4540 --- /dev/null +++ b/src/DevHive.Web/Models/Post/Comment/UpdateCommentWebModel.cs @@ -0,0 +1,6 @@ +namespace DevHive.Web.Models.Post.Comment +{ + public class UpdateCommentWebModel : BaseCommentWebModel + { + } +} |
