aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Services/Models/Post/Comment/CreateCommentServiceModel.cs
blob: 7c00b8f5393b16efa6aa5ed48296e1a23b4866b9 (plain) (blame)
1
2
3
4
5
6
7
8
using System;

namespace DevHive.Services.Models.Post.Comment
{
	public class CreateCommentServiceModel : BaseCommentServiceModel
	{
	}
}