예제 #1
0
 public async Task <IEnumerable <ScheduledPresentation> > GetScheduledPresentationsForPresentationAsync(int presentationId)
 {
     return(await _presentationRepository.GetScheduledPresentationsForPresentationAsync(presentationId));
 }