From 57f92716f7d3ee78bc971c70497aa8cf4fcdbd1f Mon Sep 17 00:00:00 2001 From: kittapath Date: Wed, 25 Dec 2024 11:59:53 +0700 Subject: [PATCH] no message --- Services/CandidateService.cs | 2 ++ 1 file changed, 2 insertions(+) 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));