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