diff --git a/IRaCIS.Core.Application/Service/QC/DTO/QARecordViewModel.cs b/IRaCIS.Core.Application/Service/QC/DTO/QARecordViewModel.cs index 5bfa134c3..490f23911 100644 --- a/IRaCIS.Core.Application/Service/QC/DTO/QARecordViewModel.cs +++ b/IRaCIS.Core.Application/Service/QC/DTO/QARecordViewModel.cs @@ -349,9 +349,9 @@ namespace IRaCIS.Core.Application.Contracts.DTO - public int? TotalChallengeCount { get; set; } + public int TotalChallengeCount { get; set; } - public int? NotClosedChallengeCount { get; set; } + public int NotClosedChallengeCount { get; set; }