pkg persistence PermitRepository - yshehab/SchoolRoomBooking GitHub Wiki
PermitRepository Interface
An interface to provide CRUD operations on Permit
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 Permit
objects in the database.