Stopwatch hinzugefpgt

This commit is contained in:
HuskyTeufel
2021-09-06 12:04:08 +02:00
parent 1bc38fa507
commit 24f5ced5a2
3 changed files with 15 additions and 14 deletions

View File

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