Exemple #1
0
 public ActionResult Get(int id)
 {
     return(ResultData(NoticeService.Get <NoticeDto>(n => n.Id == id)));
 }