Example #1
0
 public static decimal CashFlowPerDate(int begin, int finish)
 {
     return(GeneralMethods.CashFlowPerDate(begin, finish));
 }