u
This commit is contained in:
@@ -133,7 +133,7 @@
|
|||||||
</MudContainer>
|
</MudContainer>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<!-- FEATURES: معرفی پکیجها -->
|
@* <!-- FEATURES: معرفی پکیجها -->
|
||||||
<section id="features" class="py-20">
|
<section id="features" class="py-20">
|
||||||
<MudContainer MaxWidth="MaxWidth.Large">
|
<MudContainer MaxWidth="MaxWidth.Large">
|
||||||
<MudText Typo="Typo.h4" GutterBottom="true">
|
<MudText Typo="Typo.h4" GutterBottom="true">
|
||||||
@@ -185,7 +185,7 @@
|
|||||||
}
|
}
|
||||||
</MudContainer>
|
</MudContainer>
|
||||||
</section>
|
</section>
|
||||||
|
*@
|
||||||
<!-- STATS -->
|
<!-- STATS -->
|
||||||
<section class="stats-strip">
|
<section class="stats-strip">
|
||||||
<MudContainer MaxWidth="MaxWidth.Large">
|
<MudContainer MaxWidth="MaxWidth.Large">
|
||||||
|
|||||||
@@ -77,6 +77,9 @@ public partial class Index
|
|||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
if (!string.IsNullOrWhiteSpace(_updateUserRequest.NationalCode))
|
||||||
|
_updateUserRequest.NationalCode = _updateUserRequest.NationalCode.PersianToEnglish();
|
||||||
|
|
||||||
if (_date != null)
|
if (_date != null)
|
||||||
_updateUserRequest.BirthDate = _date.Value.DateTimeToTimestamp();
|
_updateUserRequest.BirthDate = _date.Value.DateTimeToTimestamp();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user