aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Web/Models/Post/Comment/UpdateCommentWebModel.cs
blob: 8e78a48868ddae7c4eb77b97897d67e8c89795e1 (plain) (blame)
1
2
3
4
5
6
7
namespace DevHive.Web.Models.Post.Comment
{
	public class UpdateCommentWebModel
	{
		public string NewMessage { get; set; }
	}
}