mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-30 17:55:32 +00:00
Möglichkeit zur Angabe eines zeitraumes für die angezeigten Briefe
This commit is contained in:
9
HaWeb/Models/StartEndYear.cs
Normal file
9
HaWeb/Models/StartEndYear.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace HaWeb.Models;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
public class StartEndYear {
|
||||
[Required]
|
||||
public int StartYear { get; set; }
|
||||
|
||||
[Required]
|
||||
public int EndYear { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user