Exemplo n.º 1
0
 public bool updateEmployee(string id, string first, string last, string gender, string departmentID, string salary, string supervisorID, string type)
 {
     return(itsDAL.updateEmployee(id, first, last, gender, departmentID, salary, supervisorID, type));
 }