1 2 3 4 5 6 7 8 9 10
package dev.dnpm.services.strahlentherapie; import dev.dnpm.services.TherapieMitEcogService; /** * Service für Systemtherapieformulare * * @since 0.6.0 */ public interface StrahlentherapieService extends TherapieMitEcogService {}