Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 45s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 45s
This commit is contained in:
commit
ad027ca8b8
1 changed files with 1 additions and 0 deletions
|
|
@ -53,6 +53,7 @@ namespace BMA.EHR.Recurit.Exam.Service.Services
|
||||||
public async Task<Candidate> GetsAsync(string candidateId)
|
public async Task<Candidate> GetsAsync(string candidateId)
|
||||||
{
|
{
|
||||||
var candidate = await _context.Candidates.AsQueryable()
|
var candidate = await _context.Candidates.AsQueryable()
|
||||||
|
.Include(x => x.PositionExam)
|
||||||
.FirstOrDefaultAsync(x => x.Id == Guid.Parse(candidateId));
|
.FirstOrDefaultAsync(x => x.Id == Guid.Parse(candidateId));
|
||||||
|
|
||||||
if (candidate == null)
|
if (candidate == null)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue