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

loggedIn() public static method

public static loggedIn ( this webServices ) : bool
webServices this
return bool
        public static bool loggedIn(this TM_WebServices webServices)
        {
            return webServices.sessionId() != Guid.Empty;
        }