u
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user