Ejemplo n.º 1
0
 private void ProcessPreparingToCell(AInstrument instrument)
 {
     instrument.Repair();
     instrument.Pack();
 }
Ejemplo n.º 2
0
 public AInstrument PrepareToSell(AInstrument instrument)
 {
     ProcessPreparingToCell(instrument);
     return(instrument);
 }