
public interface SeminarRetriever {
	public Seminar[] getSeminars(String id);
}

