Exemplo n.º 1
0
 public void CreateEmployeeSkill(string empID, string skillID)
 {
     createDataHandler.CreateEmployeeSkill(empID, skillID);
 }