Exemplo n.º 1
0
 public Province ReinforcedBy(Soldiers another) => GiveUpTo(Army.Join(another));
Exemplo n.º 2
0
 public Province ReinforcedBy(Army another) => WithArmy(Army.Join(another));