Exemplo n.º 1
0
 private bool PresentationExists(int id)
 {
     return(_presentationRepository.PresentationExists(id));
 }