Commit 4870d04e authored by tbilos's avatar tbilos
Browse files

add AgentAssignmentDao

parent 17e53464
Pipeline #122720 waiting for manual action with stage
package cz.fi.muni.pa165.seminar4.group7.secretservice.dao;
import cz.fi.muni.pa165.seminar4.group7.secretservice.entity.AgentAssignment;
import org.springframework.data.repository.CrudRepository;
public interface AgentAssignmentDao extends CrudRepository<AgentAssignment, Long> {
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment