Beispiel #1
0
 public bool InsertTaiKhoan(NguoiDung[] user, int n)
 {
     return(dalND.InsertTaiKhoan(user, n));
 }