Exemple #1
0
 public Equipo(string nombre, DirectorTecnico dt, Deportes dep)
     : this()
 {
     this.dt      = dt;
     this.nombre  = nombre;
     this.deporte = dep;
 }
Exemple #2
0
 public Equipo(string nombre, DirectorTecnico dt) : this()
 {
     this.dt     = dt;
     this.nombre = nombre;
 }