예제 #1
0
 public Province ReinforcedBy(Soldiers another) => GiveUpTo(Army.Join(another));
예제 #2
0
 public Province ReinforcedBy(Army another) => WithArmy(Army.Join(another));