Beispiel #1
0
 public EmployeeLeave GetEmployeeLeaveforEdit(int userId)
 {
     return(_settingcontroller.GetActiveEmployeeLeave(userId, true));
 }