TeamMentor.CoreLib.TM_WebServices.SetUserPassword C# (CSharp) Метод

SetUserPassword() приватный Метод

private SetUserPassword ( int userId, string password ) : bool
userId int
password string
Результат bool
        public bool SetUserPassword(int userId,  string password)
        {
            admin.demand(); return userData.setUserPassword  (userId, password);
        }
TM_WebServices