namespace API.DTOs.Account; public class LoginDto { public string Username { get; init; } public string Password { get; set; } }