absperrblasen werden gezählt

This commit is contained in:
HuskyTeufel
2022-01-26 14:17:40 +01:00
parent c01f237c6a
commit 6159ab0af0
6 changed files with 36 additions and 2 deletions

View File

@@ -6,5 +6,6 @@ namespace XMLParser.Contract
public interface IProtokollWriter
{
void WriteEntry(Dictionary<ECalculatedResult, decimal> calculated, List<KanalObjekt> inspektionenAmTag);
void WriteBaried(string content);
}
}