Example #1
0
 public static DangNhap GetAccount(string taiKhoan)
 {
     return(LoginDAO.GetAccount(taiKhoan));
 }