diff --git a/DepartmentPortal/Department/DepartmentBusinessLogic/ViewModels/EmployeeEmployeePostViewModels.cs b/DepartmentPortal/Department/DepartmentBusinessLogic/ViewModels/EmployeeEmployeePostViewModels.cs index 7ce2119..edac2ae 100644 --- a/DepartmentPortal/Department/DepartmentBusinessLogic/ViewModels/EmployeeEmployeePostViewModels.cs +++ b/DepartmentPortal/Department/DepartmentBusinessLogic/ViewModels/EmployeeEmployeePostViewModels.cs @@ -29,7 +29,7 @@ namespace DepartmentBusinessLogic.ViewModels public Guid EmployeePostId { get; set; } [ViewModelControlListProperty("Должность")] - [MapConfiguration("EmployeePost.PostName", IsDifficle = true)] + [MapConfiguration("EmployeePost.EmployeePostName", IsDifficle = true)] public string EmployeePostName { get; set; } [ViewModelControlListProperty("Ставка", 80)]