html writer hinzugefgt
This commit is contained in:
10
XMLParser.Contract/IProtokollWriter..cs
Normal file
10
XMLParser.Contract/IProtokollWriter..cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.Collections.Generic;
|
||||
using XMLParser.Model;
|
||||
|
||||
namespace XMLParser.Contract
|
||||
{
|
||||
public interface IProtokollWriter
|
||||
{
|
||||
void WriteEntry(Dictionary<ECalculatedResult, decimal> calculated, List<KanalObjekt> inspektionenAmTag);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user