コード例 #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());
 }