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