コード例 #1
0
 public async Task <ActionResult <GetNewsDetailResponse> > GetNewsDetail(int id)
 {
     return(await _newsServices.GetNewsDetail(id));
 }