Example #1
0
 public bool ActualizarFuncion(Funcion funcion)
 {
     return(_funcionService.Update(funcion));
 }