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

user() public static method

public static user ( this webServices, int userId ) : TM_User
webServices this
userId int
return TeamMentor.UnitTests.TM_Website.WebServices.TM_User
        public static TM_User user(this TM_WebServices webServices, int userId)
        {
            return webServices.GetUser_byID(userId);
        }

Same methods

TM_WebServices_Users_ExtensionMethods::user ( this webServices, string userName ) : TM_User