XML files added
This commit is contained in:
@@ -6,6 +6,8 @@ namespace XMLParser.Functions.UmsatzCalculator
|
||||
{
|
||||
public class StrassenUmsatz : IUmsatzCalculator
|
||||
{
|
||||
public List<KanalObjekt> Kanalobjekte { get => throw new System.NotImplementedException(); set => throw new System.NotImplementedException(); }
|
||||
|
||||
public void Calculate(IProtokollWriter protokollWriter, List<KanalObjekt> objekte)
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user