public ProcessECL_Framework(Guid eclId, ECL_Scenario scenario, EclType eclType) { this._eclId = eclId; this._Scenario = scenario; this._eclType = eclType; _sicrWorkings = new SicrWorkings(eclId, this._eclType); }
protected List <StageClassification> GetStagingClassificationResult(List <Loanbook_Data> loanbook, Guid eclId, EclType eclType) { SicrWorkings _sicrWorkings = new SicrWorkings(eclId, eclType); return(_sicrWorkings.ComputeStageClassification(loanbook)); }