Exemplo n.º 1
0
 public DataSet GetCauHoi()
 {
     tsda = new ThiSinhDA();
     return(tsda.GetCauHoi());
 }