Esempio n. 1
0
 public DataTable GetExistUser(string userId)
 {
     return(exeCmd.GetExistUser(userId));
 }