Beispiel #1
0
 public SessionDto GetSessionById(int id)
 {
     return(conferenceManager.GetSessionById(id));
 }