Пример #1
0
 private void Init()
 {
     this.RutExp    = 0;
     this.DvExp     = ' ';
     this.NombreExp = string.Empty;
     this.AppExp    = string.Empty;
     this.ApmExp    = string.Empty;
     this.Cuenta    = new CuentaUsuario();
 }
Пример #2
0
 private void Init()
 {
     this.RutAlumno     = 0;
     this.DvAlumno      = ' ';
     this.NombreAlumno  = string.Empty;
     this.PaternoAlumno = string.Empty;
     this.MaternoAlumno = string.Empty;
     this.Cuenta        = new CuentaUsuario();
 }