Esempio n. 1
0
 public StockMaintenance(StockInformation stockInfo)
 {
     _stockInfo = StockInformation.Instance();
     _stockInfo = stockInfo;
 }