using System; using Models; namespace ProtokollWriterContract { public interface IProtokollWriter { void WriteProtokoll(Inspektionsobjekt inspektionsobjekt); } }