Files
WorkFlow/WorkFlow.Application/DTO/Config/ConfigCreateDto.cs

4 lines
112 B
C#

namespace WorkFlow.Application.DTO.Config
{
public record ConfigCreateDto(string Title, string String);
}