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