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

current_SessionId() public static method

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