namespace PyroFetes.DTO.Login.Request; public class ConnectLoginDto { public string? Name { get; set; } public string? Password { get; set; } }