コード例 #1
0
 public async Task <ApiResponse <Presentation> > GetPresentationById([FromBody] PresentationHeader presentationHeader)
 {
     return(await _presentationManager.GetPresentationById(presentationHeader));
 }