Exemple #1
0
 public TDireccion(string referencia, TSector sector){
     this.Id = 0;
     this.Referencia = referencia;
     this.Sector = sector; 
 }
Exemple #2
0
 public TDireccion(int id, string referencia, TSector sector){
     this.Id = id;
     this.Referencia = referencia;
     this.Sector = sector;
 }