Ejemplo n.º 1
0
        public void Authorise()
        {
            AccountBLL account = new AccountBLL(Login);

            TokenId = account.AuthenticateLogin(Pass);
        }