Exemple #1
0
 public void PrintTotalValue()
 {
     Console.WriteLine($"Total inventory value: {_fullInventory.GetTotalValue():###,###.00} kr.");
 }