PublisherActionRepository.java 188 Bytes
package org.legrog.entities;

import org.springframework.data.jpa.repository.JpaRepository;

public interface PublisherActionRepository extends JpaRepository<PublisherAction, Integer> {
}