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