Exemplo n.º 1
0
 public Usuario(string rut, string nombre, string apPaterno, string apMaterno, string user, string correo, RolUsuario rolUsuario)
 {
     this.rut        = rut;
     this.nombre     = nombre;
     this.apPaterno  = apPaterno;
     this.apMaterno  = apMaterno;
     this.user       = user;
     this.correo     = correo;
     this.rolUsuario = rolUsuario;
 }
Exemplo n.º 2
0
 public Usuario(string rut, String nombre, String apPaterno, String apMaterno, String user, String password, String correo, RolUsuario rolUsuario)
 {
     this.rut        = rut;
     this.nombre     = nombre;
     this.apPaterno  = apPaterno;
     this.apMaterno  = apMaterno;
     this.user       = user;
     this.password   = password;
     this.correo     = correo;
     this.rolUsuario = rolUsuario;
 }