示例#1
0
 public List <CashFlowOutput> GetMultipleNetPresentValues(CashFlowInput entry)
 {
     return(this._service.GetMultipleNetPresentValues(entry));
 }
示例#2
0
 public List <CashFlowOutput> Post(CashFlowInput entry)
 {
     return(this._cashFlowCalculator.GetMultipleNetPresentValues(entry));
 }