4 lines
112 B
C#

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