diff --git a/IRaCIS.Core.Application/BusinessFilter/NotDefault.cs b/IRaCIS.Core.Domain/Common/NotDefault.cs similarity index 100% rename from IRaCIS.Core.Application/BusinessFilter/NotDefault.cs rename to IRaCIS.Core.Domain/Common/NotDefault.cs diff --git a/IRaCIS.Core.Infra.EFCore/Dto/SetDictionaryValueDto.cs b/IRaCIS.Core.Infra.EFCore/Dto/SetDictionaryValueDto.cs index 88cce23c7..d0bd9e02b 100644 --- a/IRaCIS.Core.Infra.EFCore/Dto/SetDictionaryValueDto.cs +++ b/IRaCIS.Core.Infra.EFCore/Dto/SetDictionaryValueDto.cs @@ -3,11 +3,14 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; +using System.ComponentModel.DataAnnotations; + namespace IRaCIS.Core.Infra.EFCore.Dto { public class SetInspectionEnumValueDto { + [NotDefault] public Guid TrialId { get; set; } public List Items { get; set; }