2025-04-10 08:31:36 +01:00

8 lines
212 B
C#

namespace EnotaryoPH.Web.Common.Jobs.Models
{
public class OTPEmailModel
{
public Dictionary<Guid, string> ParticipantOTP { get; set; }
public Guid Transaction_UID { get; set; }
}
}