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