public Equipo(string nombre, DirectorTecnico dt, Deportes dep) : this() { this.dt = dt; this.nombre = nombre; this.deporte = dep; }
public Equipo(string nombre, DirectorTecnico dt) : this() { this.dt = dt; this.nombre = nombre; }