Generator Changes at 11/14/2025 3:54:39 PM +03:30

This commit is contained in:
masoodafar-web
2025-11-14 15:56:14 +03:30
parent e3b6007aee
commit e6b912052b
3 changed files with 4 additions and 1 deletions

View File

@@ -5,5 +5,7 @@ public record CreateNewOtpTokenCommand : IRequest<CreateNewOtpTokenResponseDto>
public string Mobile { get; init; }
//مقصود
public string Purpose { get; init; }
//اطلاعات بیشتر
public string? ExtraInfo { get; init; }
}