Esempio n. 1
0
 public Register(string receiptWriterPath)
 {
     ReceiptWriterPath = receiptWriterPath;
     listOfProducts    = FileHandler.ReadInventoryData(filePath);
 }