1 2 3 4 5 6 7
namespace DevHive.Web.Models.Post.Comment { public class UpdateCommentWebModel { public string NewMessage { get; set; } } }