pkg persistence AddressRepository - yshehab/SchoolRoomBooking GitHub Wiki

AddressRepository Interface

An interface to provide CRUD operations on Address objects.

As this interfaces provide its services by extending GraphRepository, it is mostly empty unless there is a need for creating a complex query on Address objects in the database.