Example #1
0
 public CsvTransactionReader(IFileLocationProvider transactionsLocationProvider, ITextStreamFactory textStreamFactory)
 {
     _transactionsLocationProvider = transactionsLocationProvider;
     _textStreamFactory            = textStreamFactory;
 }
 public JsonCategoryRuleReader(IFileLocationProvider categoryRulesLocationProvider, ITextStreamFactory textStreamFactory)
 {
     _fileLocationProvider = categoryRulesLocationProvider;
     _textStreamFactory    = textStreamFactory;
 }