I am using the Repository Pattern in my project and have read about naming conventions for Repository methods.
In my case I have an Appointments Repository. From what