Пример #1
0
 public double TestGruntBonus(GruntEmployee gruntEmployee)
 {
     return(gruntEmployee.GetAnnualBonus());
 }
Пример #2
0
 public double TestGruntPay(GruntEmployee gruntEmployee)
 {
     return(gruntEmployee.CalcCurrentPay());
 }
Пример #3
0
 public int TestGruntYears(GruntEmployee gruntEmployee)
 {
     return(gruntEmployee.GetFullYears());
 }