Esempio n. 1
0
 internal Inventory SetRounder(IRoundingCommand command)
 {
     this._rounder = command;
     return(new Inventory(v, command));
 }
Esempio n. 2
0
 private Inventory(double v, IRoundingCommand command)
 {
     this.v        = v;
     this._rounder = command;
 }