Added Classes for detecting Root Elements of Hamann-Collections

This commit is contained in:
schnulller
2022-06-02 19:26:43 +02:00
parent 2762a5e310
commit 35ce2034f7
20 changed files with 526 additions and 40 deletions

View File

@@ -0,0 +1,5 @@
namespace HaWeb.Models;
public class UploadViewModel {
public List<(string, string)>? AvailableRoots { get; set; }
}