Beispiel #1
0
 public CreateOFXCommandHandler(IOFXFileReader ofxFileReader, ITransactionRepository transactionRepository)
 {
     this._ofxFileReader         = ofxFileReader;
     this._transactionRepository = transactionRepository;
 }
 public CreateOFXCommandHandlerTests()
 {
     this._ofxFileReader         = new OFXFileReader(this.InitDirectorySettings());
     this._transactionRepository = new DatabaseFactory();
 }