Exemplo n.º 1
0
 public List <CashFlowOutput> GetMultipleNetPresentValues(CashFlowInput entry)
 {
     return(this._service.GetMultipleNetPresentValues(entry));
 }
Exemplo n.º 2
0
 public List <CashFlowOutput> Post(CashFlowInput entry)
 {
     return(this._cashFlowCalculator.GetMultipleNetPresentValues(entry));
 }