Interface added
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using Schnittstelle.Import.XML.v2013.Model;
|
||||
using Schnittstelle.Contract;
|
||||
using Schnittstelle.Import.XML.v2013.Model;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
@@ -9,9 +10,9 @@ using System.Xml;
|
||||
|
||||
namespace Schnittstelle.Import.XML.v2013
|
||||
{
|
||||
public class XML2013
|
||||
public class XML2013 : ISchnittstelleImporter
|
||||
{
|
||||
private string xmlFile;
|
||||
private string xmlFile = "";
|
||||
private List<AbwassertechnischeAnlage> stammdaten = null;
|
||||
private List<InspizierteAbwassertechnischeAnlage> inspektionsdaten = null;
|
||||
private XmlNamespaceManager manager = null;
|
||||
|
||||
Reference in New Issue
Block a user