Пример #1
0
 public DataSet GetThiSinhMa(string ma)
 {
     tsda = new ThiSinhDA();
     return(tsda.GetThiSinhMa(ma));
 }