TeamMentor.UnitTests.TM_Website.TM_WebServices_Users_ExtensionMethods.logout C# (CSharp) Method

logout() public static method

public static logout ( this webServices ) : bool
webServices this
return bool
        public static bool logout(this TM_WebServices webServices)
        {
            return webServices.Logout() == Guid.Empty;
        }