Beispiel #1
0
        public JsonResult DoiMatKhau(int id, string matKhauCu, string matKhauMoi)
        {
            bool result = nhanVien.DoiMatKhau(id, matKhauCu, matKhauMoi);

            return(Json(result, JsonRequestBehavior.AllowGet));
        }