Compare commits
2 Commits
7997e8c408
...
92ca6a9a34
| Author | SHA1 | Date |
|---|---|---|
|
|
92ca6a9a34 | |
|
|
93f660a2ca |
|
|
@ -31,6 +31,7 @@ namespace IRaCIS.Core.Application.Service
|
|||
|
||||
|
||||
var query = _doctorRepository.AsQueryable()
|
||||
.Where(x=>x.TrialId==null)
|
||||
.WhereIf(inQuery.DepartmentId != null, t => t.DepartmentId == inQuery.DepartmentId)
|
||||
.WhereIf(inQuery.SpecialityId != null, t => t.SpecialityId == inQuery.SpecialityId)
|
||||
.WhereIf(inQuery.HospitalId != null, t => t.HospitalId == inQuery.HospitalId)
|
||||
|
|
|
|||
Loading…
Reference in New Issue