Exemple #1
0
        public virtual async Task <ServiceExecutionResult> LogoutAsync()
        {
            var args = CreateCommandLineArgs(null, "abp logout");

            await _logoutCommand.ExecuteAsync(args);

            return(new ServiceExecutionResult(true));
        }