コード例 #1
0
 public ActionResult One(long id)
 {
     return(Ok(new { success = true, data = _noticeService.FindNotice(id) }));
 }