コード例 #1
0
 public EmployeeLeave GetEmployeeLeaveforEdit(int userId)
 {
     return(_settingController.GetActiveEmployeeLeave(userId, true));
 }