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

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

	}
}