Example #1
0
 public IList <SessionDto> GetSessionList()
 {
     return(conferenceManager.GetSessionList());
 }