private void Init() { this.RutExp = 0; this.DvExp = ' '; this.NombreExp = string.Empty; this.AppExp = string.Empty; this.ApmExp = string.Empty; this.Cuenta = new CuentaUsuario(); }
private void Init() { this.RutAlumno = 0; this.DvAlumno = ' '; this.NombreAlumno = string.Empty; this.PaternoAlumno = string.Empty; this.MaternoAlumno = string.Empty; this.Cuenta = new CuentaUsuario(); }