Exemplo n.º 1
0
 public DataSet GetMatKhau(string ma, string tendn)
 {
     tsda = new ThiSinhDA();
     return(tsda.GetMatKhau(ma, tendn));
 }