Example #1
0
 public static void calSalaryTotal(Employees emp, Int32 days)
 {
     emp.calSalary(days);
 }