Exemple #1
0
 public ConciliationService(IOfxParserService <ICollection <Conciliation> > ofxParserService, Context context)
 {
     _ofxParserService = ofxParserService;
     this._context     = context;
 }