diff --git a/AccountMangement.Infrastructure.EFCore/Repository/CameraAccountRepository.cs b/AccountMangement.Infrastructure.EFCore/Repository/CameraAccountRepository.cs index a5a43ef6..1ab391e0 100644 --- a/AccountMangement.Infrastructure.EFCore/Repository/CameraAccountRepository.cs +++ b/AccountMangement.Infrastructure.EFCore/Repository/CameraAccountRepository.cs @@ -40,7 +40,8 @@ public class CameraAccountRepository : RepositoryBase, ICam WorkshopId = x.WorkshopId, WorkshopName = x.WorkshopName, AccountId = x.AccountId, - IsActiveString = x.IsActiveSting + IsActiveString = x.IsActiveSting, + Password = x.Password }).FirstOrDefault(x => x.Id == id); } diff --git a/ServiceHost/Areas/Admin/Pages/Index.cshtml b/ServiceHost/Areas/Admin/Pages/Index.cshtml index fefe13bf..e4d9c345 100644 --- a/ServiceHost/Areas/Admin/Pages/Index.cshtml +++ b/ServiceHost/Areas/Admin/Pages/Index.cshtml @@ -125,7 +125,7 @@

وظایف

-
+
@Model.TaskRequestCount