Ejemplo n.º 1
0
 public ObjPerfil(DataRow dr)
 {
     this.id     = Formato.GetDato <int>(dr["IdPerfil"]);
     this.nombre = Formato.GetDato <string>(dr["Nombre"]);
 }