예제 #1
0
 public void PrintTotalStock()
 {
     Console.WriteLine($"(Total inventory stock: {_fullInventory.GetTotalStock()} PCS");
 }