Ejemplo n.º 1
0
 public IncomeCalculator(Investment investment, List <Order> orders)
 {
     this._investment = investment;
     this._orders     = orders;
 }