Пример #1
0
 public override void Do(Portfolio p, Inventory i)
 {
     p.Invest(At, p.Industries[Process], Amount);
 }