...
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using Common.Enums;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Common.Dtos.User
|
||||
{
|
||||
public class ConfirmedCodeDto
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string code { get; set; }
|
||||
public VerificationCodeType codeType { get; set; }
|
||||
public string? value { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user