using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Shared.DTOs { public class VerificationCodeDto { public string prm { get; set; } public string val { get; set; } public string Type { get; set; } } }