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

sessionId() public static method

public static sessionId ( this webServices ) : System.Guid
webServices this
return System.Guid
        public static Guid sessionId(this TM_WebServices webServices)
        {
            return webServices.Current_SessionID();
        }