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