TeamMentor.UnitTests.TM_Website.TM_WebServices_Users_ExtensionMethods.current_SessionId C# (CSharp) Метод

current_SessionId() публичный статический Метод

public static current_SessionId ( this webServices ) : System.Guid
webServices this
Результат System.Guid
        public static Guid current_SessionId(this TM_WebServices webServices)
        {
            return webServices.Current_SessionID();
        }