Ejemplo n.º 1
0
 public DataTable ListSkillsByEmployeeID(string id)
 {
     return(readDataHandler.ListSkillsByEmployeeID(id));
 }