namespace FirmTracker_Server.Models { public class UpdatePasswordDto { public string Email { get; set; } public string Password { get; set; } } }