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