Exemple #1
0
 public DataTable CheckUserExist(Common.AdminDatum dm)
 {
     return(dl.CheckUserExist(dm));
 }