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