mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-30 01:35:32 +00:00
- Commentboxes work (marginals) + mouseover
- Basic Briefe Controller - Generic XML reader
This commit is contained in:
15
HaWeb/Models/BriefeMetaViewModel.cs
Normal file
15
HaWeb/Models/BriefeMetaViewModel.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
namespace HaWeb.Models;
|
||||
using HaDocument.Models;
|
||||
|
||||
public class BriefeMetaViewModel
|
||||
{
|
||||
public Meta Meta { get; private set; }
|
||||
|
||||
public string? ParsedSenders { get; set; }
|
||||
public string? ParsedReceivers { get; set; }
|
||||
|
||||
public BriefeMetaViewModel(Meta meta)
|
||||
{
|
||||
Meta = meta;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user