Skip to content

Instantly share code, notes, and snippets.

@thomasmartin-whoz
Created October 6, 2022 15:29
Show Gist options
  • Save thomasmartin-whoz/8690ff419622083f86778e927f423571 to your computer and use it in GitHub Desktop.
Save thomasmartin-whoz/8690ff419622083f86778e927f423571 to your computer and use it in GitHub Desktop.
public class PersonService {
public Person findByFirstName(String firstName){
return Person.findByFirstName(firstName)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment