diff --git a/Services/CandidateService.cs b/Services/CandidateService.cs index 17111c1..f21b802 100644 --- a/Services/CandidateService.cs +++ b/Services/CandidateService.cs @@ -1903,6 +1903,8 @@ namespace BMA.EHR.Recurit.Exam.Service.Services public async Task 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));