Пример #1
0
 public string cargarApellidoYNombres(int documento_deportista)
 {
     var _gestorDeportista = new GestorDeportista();
     return _gestorDeportista.getNombres(documento_deportista);
 }