mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-29 09:15:33 +00:00
Added category to app defs
This commit is contained in:
@@ -2,12 +2,12 @@ namespace HaDocument.Models {
|
||||
public class App {
|
||||
public string Index { get; } = "";
|
||||
public string Name { get; } = "";
|
||||
public bool Category { get; } = false;
|
||||
public string Category { get; } = "";
|
||||
|
||||
public App(
|
||||
string index,
|
||||
string name,
|
||||
bool category
|
||||
string category
|
||||
) {
|
||||
Index = index;
|
||||
Name = name;
|
||||
|
||||
Reference in New Issue
Block a user