namespace Application.Endpoints.Pacients.Login; public class PacientRegistrationDto { public string Name { get; set; } public string Email { get; set; } public string Password { get; set; } }