Example #1
0
 public Modalidad DeleteModalidad(int idModalidad)
 {
     return(modalidadService.DeleteModalidad(idModalidad));
 }