Esempio n. 1
0
 public double TestGruntBonus(GruntEmployee gruntEmployee)
 {
     return(gruntEmployee.GetAnnualBonus());
 }
Esempio n. 2
0
 public double TestGruntPay(GruntEmployee gruntEmployee)
 {
     return(gruntEmployee.CalcCurrentPay());
 }
Esempio n. 3
0
 public int TestGruntYears(GruntEmployee gruntEmployee)
 {
     return(gruntEmployee.GetFullYears());
 }