Merge Fix/LeaveDuration
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user