Пример #1
0
 public HttpResponseMessage LogOut()
 {
     _authService.LogOut();
     return(Request.CreateResponse(HttpStatusCode.OK));
 }
Пример #2
0
 public void LogOut()
 {
     _authenticationService.LogOut();
 }