Beispiel #1
0
 public LeaveRequest GetLeaverequest(long id) => LeaveRequest_repo.GetFirst(a => a.LeaveRequestId == id, b => b.LeaveRequestDetails);