namespace Marco.Pms.Model.Dtos.Authentication { public class VerifyOTPDto { public string? Email { get; set; } public string? OPT { get; set; } } }