using System; using System.Collections.Generic; using System.Text; namespace Model.ModelDto { public class NoticeDto { public string Id { get; set; } public string Title { get; set; } } }