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