2025-01-22 13:32:07 +00:00
|
|
|
using System;
|
|
|
|
|
|
|
|
namespace AvaloniaApplication3.Date;
|
|
|
|
|
|
|
|
public class Actions
|
|
|
|
{
|
|
|
|
public int number { get; set; }
|
|
|
|
public string name { get; set; }
|
|
|
|
public DateOnly date { get; set; }
|
|
|
|
public int Day { get; set; }
|
|
|
|
public string action { get; set; }
|
|
|
|
public string moderator { get; set; }
|
|
|
|
public string zur_1 { get; set; }
|
|
|
|
public string zur_2 { get; set; }
|
|
|
|
public string zur_3 { get; set; }
|
|
|
|
public string zur_4 { get; set; }
|
|
|
|
public string zur_5 { get; set; }
|
|
|
|
public string Winer { get; set; }
|
2025-01-29 08:35:51 +00:00
|
|
|
public Meropriatie mero { get; set; }
|
2025-01-22 13:32:07 +00:00
|
|
|
}
|