mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-30 01:35:32 +00:00
Added Classes for detecting Root Elements of Hamann-Collections
This commit is contained in:
8
HaWeb/XMLParser/IXMLService.cs
Normal file
8
HaWeb/XMLParser/IXMLService.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace HaWeb.XMLParser;
|
||||
using System.Xml.Linq;
|
||||
using Microsoft.AspNetCore.Mvc.ModelBinding;
|
||||
|
||||
public interface IXMLService {
|
||||
public List<IXMLRoot>? GetRoots();
|
||||
public List<XMLRootDocument>? ProbeHamannFile(XDocument document, ModelStateDictionary ModelState);
|
||||
}
|
||||
Reference in New Issue
Block a user