Пример #1
0
 private decimal NonCashBenefits()
 {
     /* Sum all noncash taxable earnings
      */
     return(rep.NonCashBenefits(_EmployeeId));
 }