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

namespace DevHive.Services.Models.Comment
{
	public class UpdateCommentServiceModel : CommentServiceModel
	{
		public Guid Id { get; set; }
	}
}