コード例 #1
0
 public async Task <Presentation> GetPresentationAsync(int presentationId)
 {
     return(await _presentationRepository.GetPresentationAsync(presentationId));
 }