コード例 #1
0
 public async Task <bool> DeletePresentationAsync(int id)
 {
     return(await _presentationRepository.DeletePresentationAsync(id));
 }