示例#1
0
 public async Task <Notice> GetNotice(int noticeId)
 {
     return(await _noticeService.GetNotice(noticeId));
 }