Пример #1
0
 public Delivery(string type, Address address, long time, string timeGuarantee, int charge)
 {
     this.type = type;
     this.address = address;
     this.time = time;
     this.timeGuarantee = timeGuarantee;
     this.charge = charge;
 }
Пример #2
0
 public CAddress(Address address)
 {
     this.address = address;
 }