示例#1
0
 public async Task <IActionResult> Post([FromBody] ForgotUserNameChangePasswordViewModel model)
 {
     return(new OkObjectResult(await _registerDesigneeService.ChangePassword(model)));
 }