Example #1
0
 /// <summary>
 /// Logouts the user.
 /// </summary>
 public void Logout()
 {
     _loginServices.LogoutUser(string.Empty, false);
 }