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