示例#1
0
 public Task <RedirectResult> Logout()
 {
     return(_authenticationHelper.SignOut());
 }