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