예제 #1
0
 public async Task <CommonResultDto <BlogViewDto> > BlogDetail(string id)
 {
     return(await _blogService.BlogDetail(id));
 }