Example #1
0
 public LeaveType GetLeaveType(long id) => LeaveType_repo.GetFirst(a => a.LeaveTypeId == id);