@using ConstructorApp.DtoLayer.AppUserDto @model AppUserEditDto @{ Layout = "~/Views/AdminLayout/Index.cshtml"; }

Admin Profil Ayarları

Şifre Güncelleme Sayfası
@if (!ViewData.ModelState.IsValid) {
@foreach (var error in ViewData.ModelState.Values.SelectMany(v => v.Errors)) {

@error.ErrorMessage

}
}
@section Scripts { }