Exemplo n.º 1
0
        public async Task <SignOutResponse> SignOutAsync(SignOutRequest request)
        {
            await Task.Delay(2000);

            return(new SignOutResponse {
                Succeeded = true,
                Result = true
            });
        }
Exemplo n.º 2
0
 public async Task <SignOutResponse> SignOutAsync(SignOutRequest request)
 {
     throw new NotImplementedException();
 }