Правка связи

This commit is contained in:
kotcheshir73 2021-04-03 09:37:04 +04:00
parent 999fb75c98
commit 5821eb5c06

View File

@ -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)]