aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Web/Models/Post/Comment/UpdateCommentWebModel.cs
blob: 49f4540324f8dfa70c335e7d92b482213c735833 (plain) (blame)
1
2
3
4
5
6
namespace DevHive.Web.Models.Post.Comment
{
	public class UpdateCommentWebModel : BaseCommentWebModel
	{
	}
}