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

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