Example #1
0
 public DataTable GetEmployeeByEmail(string email)
 {
     return(readDataHandler.GetEmployeeByEmail(email));
 }