Пример #1
0
 public Employee GetCheifEmployee(int?idDepartment)
 {
     return(_logicSystem.GetCheifEmployeeDepartment(idDepartment));
 }