Generator Changes at 9/28/2025 12:46:16 AM

This commit is contained in:
MeysamMoghaddam
2025-09-28 00:55:35 +03:30
parent c8924255ac
commit b1161e4320
6 changed files with 424 additions and 574 deletions

View File

@@ -5,7 +5,5 @@ public class CreateNewOtpTokenResponseDto
public bool Success { get; set; }
//پیام
public string Message { get; set; }
//کد
public string? Code { get; set; }
}