All, Quick question about the UserService.
We added getAll, getCountAll, and getLimitedList for both the User and Person repositories. There does not seem to be a PersonService, however there are some methods already in the User service (getLimitedListOfPersons and getLimitedListOfUsers) which support getting limited lists. I am going to be adding getAll, and getCountAll for users, but my question is do the methods for Persons belong in the UserService? Should we split it out so there is a separate PersonService? Thanks, Daniel Gornstein
