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