Compare commits

..

No commits in common. "92ca6a9a34641a433f8ff52d29c4364ced1bd577" and "7997e8c408aea1c6fea06195e1970648a1991ebf" have entirely different histories.

1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@ namespace IRaCIS.Core.Application.Service
var query = _doctorRepository.AsQueryable() var query = _doctorRepository.AsQueryable()
.Where(x=>x.TrialId==null)
.WhereIf(inQuery.DepartmentId != null, t => t.DepartmentId == inQuery.DepartmentId) .WhereIf(inQuery.DepartmentId != null, t => t.DepartmentId == inQuery.DepartmentId)
.WhereIf(inQuery.SpecialityId != null, t => t.SpecialityId == inQuery.SpecialityId) .WhereIf(inQuery.SpecialityId != null, t => t.SpecialityId == inQuery.SpecialityId)
.WhereIf(inQuery.HospitalId != null, t => t.HospitalId == inQuery.HospitalId) .WhereIf(inQuery.HospitalId != null, t => t.HospitalId == inQuery.HospitalId)