Choto/AvaloniaApplication3/Date/Actions.cs

20 lines
573 B
C#
Raw Permalink Normal View History

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; }
public Meropriatie mero { get; set; }
2025-01-22 13:32:07 +00:00
}