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