コード例 #1
0
        public IActionResult OnPostChangePassword(ChangePasswordVM command)
        {
            var result = _userApplication.ChangePassword(command);

            return(new JsonResult(result));
        }