コード例 #1
0
 public DataSet GetCauHoiNV(string mand)
 {
     tsda = new ThiSinhDA();
     return(tsda.GetCauHoiNV(mand));
 }