4 lines
131 B
C#

namespace DigitalData.UserManager.Application.DTOs
{
public record SearchRootCreateDto(string? Username, string Password);
}