Example #1
0
 public DataTable GetEmployeeByID(string id)
 {
     return(readDataHandler.GetEmployeeByID(id));
 }