예제 #1
0
 public DataSet GetCauHoiNV_Mon(string mand, string mamon)
 {
     tsda = new ThiSinhDA();
     return(tsda.GetCauHoiNV_Mon(mand, mamon));
 }