1
0
mirror of https://github.com/pcvolkmer/onkostar-plugin-dnpm.git synced 2025-07-05 10:32:54 +00:00

Verschiebe Klasse Studie in Paket dto

This commit is contained in:
2023-05-10 10:15:12 +02:00
parent f1c35c95d6
commit 2f96c8b822
5 changed files with 31 additions and 3 deletions

View File

@ -1,5 +1,7 @@
package DNPM.services;
import DNPM.dto.Studie;
import java.util.List;
public interface StudienService {