no message
This commit is contained in:
parent
950d4662a7
commit
57f92716f7
1 changed files with 2 additions and 0 deletions
|
|
@ -1903,6 +1903,8 @@ namespace BMA.EHR.Recurit.Exam.Service.Services
|
|||
|
||||
public async Task<CandidateStatusResponse> GetStatusCandidateService(string examId, string positionId)
|
||||
{
|
||||
Console.WriteLine(UserId);
|
||||
Console.WriteLine("cccccccccccccccccccccccccccccccc");
|
||||
var exam = await _context.PeriodExams.AsQueryable()
|
||||
.Where(p => p.CheckDisability == false)
|
||||
.FirstOrDefaultAsync(x => x.Id == Guid.Parse(examId));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue