blob: a8de923e66d24e0c6b201effaad1d0d9245994f6 (
plain)
1
2
3
4
5
6
7
8
9
10
|
package DNPM.services.strahlentherapie;
import DNPM.services.TherapieMitEcogService;
/**
* Service für Systemtherapieformulare
*
* @since 0.6.0
*/
public interface StrahlentherapieService extends TherapieMitEcogService {}
|