Ejemplo n.º 1
0
 public bool DeleteExamById(long id)
 {
     return(examRepository.DeleteExamById(id));
 }