Ejemplo n.º 1
0
 public DataSet GetThiSinhTen(string hoten)
 {
     tsda = new ThiSinhDA();
     return(tsda.GetThiSinhTen(hoten));
 }