Exemple #1
0
 public DataSet KiemTraMon(string mamon)
 {
     tsda = new ThiSinhDA();
     return(tsda.KiemTraMon(mamon));
 }