diff --git a/Services/PeriodExamService.cs b/Services/PeriodExamService.cs index fbe78cc..f1fcd48 100644 --- a/Services/PeriodExamService.cs +++ b/Services/PeriodExamService.cs @@ -979,12 +979,12 @@ namespace BMA.EHR.Recurit.Exam.Service.Services Name = "เพศหญิง", Count = periodExam.Candidate.Where(x=>x.PrefixName != null && x.PrefixName.Contains("หญิง")).Count() }, - new DashboardResponseItem - { - Id = 8, - Name = "เพศอื่นๆ", - Count = periodExam.Candidate.Count() -periodExam.Candidate.Where(x=>x.PrefixName != null && x.PrefixName.Contains("ชาย")).Count()-periodExam.Candidate.Where(x=>x.PrefixName != null && x.PrefixName.Contains("หญิง")).Count() - }, + // new DashboardResponseItem + // { + // Id = 8, + // Name = "เพศอื่นๆ", + // Count = periodExam.Candidate.Count() -periodExam.Candidate.Where(x=>x.PrefixName != null && x.PrefixName.Contains("ชาย")).Count()-periodExam.Candidate.Where(x=>x.PrefixName != null && x.PrefixName.Contains("หญิง")).Count() + // }, }; return dashboard;