Beispiel #1
0
 public DataSet GetCauHoi_Ghichu(string ghichu)
 {
     tsda = new ThiSinhDA();
     return(tsda.GetCauHoi_Ghichu(ghichu));
 }