Exemple #1
0
 private void PrintPrice(StockData stockData)
 {
     Console.Write(stockData.GetPrintData());
 }