Java_Einkommen/src/GebietsDateiInterface.java
2022-12-09 15:03:17 +01:00

6 lines
98 B
Java

import java.util.List;
public interface GebietsDateiInterface {
List<Gebiet> getGebiete();
}