Ejemplo n.º 1
0
 public IList <EmployeePosition> GetEmployeePositions()
 {
     return(_settingController.GetEmployeePositions());
 }
 public IList <EmployeePosition> ListEmployeePosition()
 {
     return(_controller.GetEmployeePositions());
 }