add DTOs
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package mops.gruppen2.entities;
|
||||
|
||||
import org.springframework.data.repository.CrudRepository;
|
||||
|
||||
public interface GruppeDTO extends CrudRepository<Gruppe,Long> {
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
package mops.gruppen2.entities;
|
||||
|
||||
import org.springframework.data.repository.CrudRepository;
|
||||
|
||||
public interface TeilnehmerDTO extends CrudRepository<Teilnehmer,Long> {
|
||||
}
|
||||
Reference in New Issue
Block a user