public PJuridica byKey()
 {
     return(queryPersona.byKey(this));
 }
Example #2
0
 public PNatural byKey()
 {
     return(queryPersona.byKey(this));
 }