Example #1
0
 public PresentationDTO GetPresentation(int id)
 {
     //Wendy - Make sure the Admin can get the room to Edit
     return(_presentServ.GetPresentation(id));
 }