コード例 #1
0
 public Compensation GetByEmployeeId(string employeeId)
 {
     return(_compensationContext.GetByEmployeeId(employeeId));
 }