Uat_Study
he 2022-05-25 17:51:21 +08:00
parent d43f07b8b5
commit 47eeefa619
1 changed files with 7 additions and 0 deletions

View File

@ -17,6 +17,13 @@ namespace IRaCIS.Core.Infra.EFCore.Common.Dto
}
public class AddInterface
{
public Guid ParentId { get; set; }
public List<string> Names { get; set; }
}
public class AccessToDialogueInDto
{
public Guid Id { get; set; }