Exemple #1
0
 public ReceiptContext(IPathService pathService)
 {
     _dbPath = pathService.GetDbPath("receipts.db");
 }