diff --git a/IRaCIS.Core.Application/Service/Reading/Dto/GetReadModuleDto.cs b/IRaCIS.Core.Application/Service/Reading/Dto/GetReadModuleDto.cs index 1b03e06fa..ea2b17a0d 100644 --- a/IRaCIS.Core.Application/Service/Reading/Dto/GetReadModuleDto.cs +++ b/IRaCIS.Core.Application/Service/Reading/Dto/GetReadModuleDto.cs @@ -70,6 +70,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto public class ChangeCutOffVisitInDto { + [NotDefault] public Guid Id { get; set; }