Beispiel #1
0
 public void TransferCards()
 {
     _inventory.AddCards(_inventory.GetCards().OrderBy(c => c.Name));
 }