Exemplo n.º 1
0
 public IEnumerable <PresentationDTO> GetPresentationList(int conferenceId)
 {
     return(_presentServ.GetPresentationList(conferenceId));
 }