Exemplo n.º 1
0
 public ImportOfxFileService(IDuplicatedTransactionService duplicatedTransactionService,
                             IOfxFileRepository ofxFileRepository)
 {
     _duplicatedTransactionService = duplicatedTransactionService;
     _ofxFileRepository            = ofxFileRepository;
 }
Exemplo n.º 2
0
 public OfxFileController(IImportOfxFileService importOfxFileService,
                          IOfxFileRepository ofxFileRepository)
 {
     _importOfxFileService = importOfxFileService;
     _ofxFileRepository    = ofxFileRepository;
 }