예제 #1
0
        public async Task <IActionResult> ResetPasswordAsync(ResetPasswordDto resetPasswordDto)
        {
            await _userCommandService.ResetPasswordAsync(resetPasswordDto);

            return(Ok());
        }