Exemple #1
0
 public Task <List <Presentation> > GetPresentationsAsync()
 {
     return(TaskEx.Run <List <Presentation> >(() =>
     {
         return DesignHelper.Get_Session1();
     }));
 }
Exemple #2
0
 public List <Presentation> GetPresentations()
 {
     return(DesignHelper.Get_Session1());
 }