chnage GetInsuranceLeft
This commit is contained in:
@@ -31,4 +31,14 @@ public interface ILeftWorkInsuranceRepository : IRepository<long, LeftWorkInsura
|
||||
OperationResult CheckEditLeftWorkInsurance(long workshopId, long employeeId, DateTime date, int type);
|
||||
OperationResult CheckBeforeSaveLeftWorkInsurance(long workshopId, long employeeId, DateTime toGeorgianDateTime, int type);
|
||||
int TotalWorkingYears(long employeeId, long workshopId, DateTime startDate);
|
||||
|
||||
#region Insurance
|
||||
/// <summary>
|
||||
/// دریافت ترک کار بیمه با آی دی کارگاه
|
||||
/// </summary>
|
||||
/// <param name="workshopId"></param>
|
||||
/// <returns></returns>
|
||||
List<EmployeeDetailsForInsuranceListViewModel> GetInsuranceleftWorks(long workshopId, DateTime startDate, DateTime endDate);
|
||||
|
||||
#endregion
|
||||
}
|
||||
Reference in New Issue
Block a user