diff --git a/IRaCIS.Core.Infra.EFCore/Common/Dto/SetDictionaryValueDto.cs b/IRaCIS.Core.Infra.EFCore/Common/Dto/SetDictionaryValueDto.cs index 163ccc74..64cf1cd5 100644 --- a/IRaCIS.Core.Infra.EFCore/Common/Dto/SetDictionaryValueDto.cs +++ b/IRaCIS.Core.Infra.EFCore/Common/Dto/SetDictionaryValueDto.cs @@ -17,6 +17,13 @@ namespace IRaCIS.Core.Infra.EFCore.Common.Dto } + public class AddInterface + { + public Guid ParentId { get; set; } + + public List Names { get; set; } + } + public class AccessToDialogueInDto { public Guid Id { get; set; }