mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-29 09:15:33 +00:00
Vorbereitung zur Veröffentlichung I: Letzter Stand auf Startseite
This commit is contained in:
@@ -12,9 +12,15 @@ public class IndexViewModel {
|
||||
public string? ActiveVolume { get; private set; }
|
||||
public string? ActivePage { get; private set; }
|
||||
|
||||
public string EndYear { get; private set; }
|
||||
|
||||
public string EndPageString { get; private set; }
|
||||
|
||||
public IndexViewModel(
|
||||
List<(int Year, List<BriefeMetaViewModel> LetterList)>? letters,
|
||||
int activeYear,
|
||||
string endYear,
|
||||
string endPageString,
|
||||
List<(int StartYear, int EndYear)>? availableYears,
|
||||
List<(string Key, string Name)>? availablePersons,
|
||||
List<(string Volume, List<string> Pages)>? availablePages,
|
||||
@@ -34,5 +40,7 @@ public class IndexViewModel {
|
||||
ActiveVolume = activeVolume;
|
||||
ActivePage = activePage;
|
||||
ActivePerson = activePerson;
|
||||
EndYear = endYear;
|
||||
EndPageString = endPageString;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user