예제 #1
0
 public async Task <ActionResult <IEnumerable <PasswordDto> > > BrowseAsync()
 => Ok(await _passwordService.BrowseAsync());