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

namespace DevHive.Web.Models.Comment
{
	public class GetByIdCommentWebModel : CommentWebModel
	{
		public DateTime Date { get; set; }
	}
}