コード例 #1
0
 public int ComputePayFor(IEmployee employee)
 {
     return employee.ComputePay();
 }