Example #1
0
        public async Task <Unit> Handle(LogoutCommand request, CancellationToken cancellationToken)
        {
            await signInManager.LogoutAsync();

            return(Unit.Value);
        }