This commit is contained in:
MeysamMoghaddam
2025-11-09 11:49:54 +03:30
parent 2e5aaac095
commit 557dc3b2df
2 changed files with 5 additions and 2 deletions

View File

@@ -133,7 +133,7 @@
</MudContainer>
</section>
<!-- FEATURES: معرفی پکیج‌ها -->
@* <!-- FEATURES: معرفی پکیج‌ها -->
<section id="features" class="py-20">
<MudContainer MaxWidth="MaxWidth.Large">
<MudText Typo="Typo.h4" GutterBottom="true">
@@ -185,7 +185,7 @@
}
</MudContainer>
</section>
*@
<!-- STATS -->
<section class="stats-strip">
<MudContainer MaxWidth="MaxWidth.Large">

View File

@@ -77,6 +77,9 @@ public partial class Index
try
{
if (!string.IsNullOrWhiteSpace(_updateUserRequest.NationalCode))
_updateUserRequest.NationalCode = _updateUserRequest.NationalCode.PersianToEnglish();
if (_date != null)
_updateUserRequest.BirthDate = _date.Value.DateTimeToTimestamp();