Exemplo n.º 1
0
 public List <Backend.Employee> getEmployeeByID(string id)
 {
     return(itsDAL.getEmployeeByID(id));
 }