Example #1
0
 public void Put(int id, bool isInit, string password)
 {
     UserBLManager.ChangePassword(id, isInit, password);
 }