示例#1
0
 public DataSet GetThiSinhDN(string user, string pass)
 {
     tsda = new ThiSinhDA();
     return(tsda.GetThiSinhDN(user, pass));
 }