Example #1
0
 public Modalidad EditModalidad(Modalidad modalidad)
 {
     return(modalidadService.UpdateModalidad(modalidad));
 }