コード例 #1
0
 public Task <Domain.Models.ScheduledPresentation> Get(int id)
 {
     return(_presentationManager.GetScheduledPresentationAsync(id));
 }