Choto/AvaloniaApplication3/Date/Actions.cs
2025-01-22 16:32:07 +03:00

19 lines
531 B
C#

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; }
}