Closed akoenig closed 9 years ago
The PersonService exposes one method for storing a person: save(). It handles inserting new persons at the moment. This functionality should be expanded to trigger an update of existing persons as well.
PersonService
save()
Done in the new provider architecture.
The
PersonService
exposes one method for storing a person:save()
. It handles inserting new persons at the moment. This functionality should be expanded to trigger an update of existing persons as well.