Merge Fix/LeaveDuration

This commit is contained in:
SamSys
2025-04-20 20:21:58 +03:30
5 changed files with 48 additions and 13 deletions

View File

@@ -33,7 +33,8 @@ public interface ILeaveApplication
#region Pooya
OperationResult ValidateNewLeaveWithExistingRollCalls(long workshopId, long employeeId, string paidLeaveType, DateTime start, DateTime end);
TimeSpan GetEmployeeLeaveTimeSpanInDates(long workshopId, long employeeId, string startFa, string endFa);
TimeSpan GetEmployeeLeaveTimeSpanInDates(long workshopId, long employeeId, string startFa, string endFa,
string type);
#endregion
}