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

7 lines
141 B
C#
Raw Normal View History

2023-12-16 20:25:12 +03:30
namespace NetinaShop.Domain.Dtos.ResponseDtos;
public class VerifyCodeResponseDto
{
public SignUpStatus SignUpStatus { get; set; }
}