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