Api/NetinaShop.Domain/Dtos/ResponseDtos/VerifyCodeResponseDto.cs

7 lines
141 B
C#

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