Java_Einkommen/src/GebietsDateiInterface.java

6 lines
98 B
Java
Raw Normal View History

2022-12-09 15:03:17 +01:00
import java.util.List;
public interface GebietsDateiInterface {
List<Gebiet> getGebiete();
}