コード例 #1
0
 public PayrollModel GetByEmployee(int employeeID)
 {
     return(repository.GetByEmployee(employeeID));
 }