mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-30 17:55:32 +00:00
Seperation of concerns: Seperated used File Management form Overall FIle Management
This commit is contained in:
8
HaWeb/FileHelpers/IXMLProvider.cs
Normal file
8
HaWeb/FileHelpers/IXMLProvider.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace HaWeb.FileHelpers;
|
||||
using HaWeb.Models;
|
||||
using Microsoft.AspNetCore.Mvc.ModelBinding;
|
||||
|
||||
public interface IXMLProvider {
|
||||
public FileList? GetFiles(string prefix);
|
||||
public Task Save(XMLRootDocument doc, string basefilepath, ModelStateDictionary ModelState);
|
||||
}
|
||||
Reference in New Issue
Block a user