XML files added

This commit is contained in:
HuskyTeufel
2022-01-26 11:47:11 +01:00
parent 40e04f61c4
commit ddd2f25220
14 changed files with 106710 additions and 11790 deletions

View File

@@ -5,6 +5,7 @@ namespace XMLParser.Contract
{
public interface IUmsatzCalculator
{
List<KanalObjekt> Kanalobjekte {get; set;}
void Calculate(IProtokollWriter protokollWriter,List<KanalObjekt> objekte = null);
}
}