Uses of Interface
edu.cnm.deepdive.picmegallery.model.dao.EventRepository
-
Packages that use EventRepository Package Description edu.cnm.deepdive.picmegallery.service -
-
Uses of EventRepository in edu.cnm.deepdive.picmegallery.service
Constructors in edu.cnm.deepdive.picmegallery.service with parameters of type EventRepository Constructor Description EventService(EventRepository eventRepository)
This initializes and creates an EventService object with the eventRepository.
-