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