namespace Brizco.Domain.Dtos.ResponseDto;
public class VerifyCodeResponseDto
{
public SignUpStatus SignUpStatus { get; set; }
}