mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-29 09:15:33 +00:00
Moved unused code into Achive
This commit is contained in:
14
Archive/HaDocument/Models/Tradition.cs
Normal file
14
Archive/HaDocument/Models/Tradition.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace HaDocument.Models {
|
||||
public class Tradition {
|
||||
public string Index { get; } = "";
|
||||
public string Element { get; } = "";
|
||||
|
||||
public Tradition(
|
||||
string index,
|
||||
string element
|
||||
) {
|
||||
Index = index;
|
||||
Element = element;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user