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