package LibrarySystem.domain;
public interface Ausleihbar {
int ausleihdauer();
boolean verlängerbar();
}