8 lines
212 B
C#
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; }
|
|
}
|
|
} |