public IList <EmployeePosition> ListEmployeePosition() { return(_controller.GetEmployeePositions()); }
public override void OnViewLoaded() { View.EmployeePosition = _controller.GetEmployeePositions(); }