6 lines
135 B
C#
6 lines
135 B
C#
|
|
namespace Brizco.Domain.Dtos.ResponseDto;
|
|||
|
|
|
|||
|
|
public class VerifyCodeResponseDto
|
|||
|
|
{
|
|||
|
|
public SignUpStatus SignUpStatus { get; set; }
|
|||
|
|
}
|