Esempio n. 1
0
        public override bool VerificarSiExisteRegistro()
        {
            var resultado = _agenteServicio.VerificarSiExiste(base._entidadId, this.txtLegajo.Text);

            return(resultado);
        }