Пример #1
0
 public ActionResult ChangePwd(string oldpwd, string newpwd, string newlypwd)
 {
     _Logic.ChangePwd(oldpwd, newpwd, newlypwd);
     return(this.Success());
 }