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