示例#1
0
 public DataTable GetClientByEmail(string email)
 {
     return(readDataHandler.GetClientByEmail(email));
 }