Skip to content

Instantly share code, notes, and snippets.

@thomasmartin-whoz
Created December 8, 2022 07:10
Show Gist options
  • Save thomasmartin-whoz/9d201c29537646c20c75ca06783fdcee to your computer and use it in GitHub Desktop.
Save thomasmartin-whoz/9d201c29537646c20c75ca06783fdcee to your computer and use it in GitHub Desktop.
List<Person> listPersons(PersonListCommand command) {
return personRepository.findByIdsOrFirstNameOrLastName(command.personIds,command.firstName, command.lastName)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment