using System.Collections.Generic; using XMLParser.Model; namespace XMLParser.Contract { public interface IUmsatzCalculator { void Calculate(IProtokollWriter protokollWriter,List objekte); } }