using System.Collections.Generic; using XMLParser.Model; namespace XMLParser.Contract { public interface IProtokollWriter { void WriteEntry(Dictionary calculated, List inspektionenAmTag); void WriteBaried(string content); } }