Пример #1
0
 public Venta(Transporte servicio)
 {
     this._servicio = servicio;
     _Clientes      = new List <Cliente>();
 }