namespace NetinaShop.Domain.Dtos.ResponseDtos;
public class VerifyCodeResponseDto
{
public SignUpStatus SignUpStatus { get; set; }
}