Beispiel #1
0
 public static bool ThemTaiKhoan(taiKhoanDTO tk)
 {
     if (!TaiKhoanDAO.KTTaiKhoanTonTai(tk.Username))
     {
         return(TaiKhoanDAO.ThemTaiKhoan(tk));
     }
     return(false);
 }
Beispiel #2
0
 public static bool ThemTaiKhoan(taiKhoanDTO tk)
 {