Choto/AvaloniaApplication3/Date/Meropriatie.cs
studen 62cbc90a70 Pravki
Signed-off-by: studen <Goga@gmail.com>
2025-01-29 11:35:51 +03:00

14 lines
340 B
C#

using System;
namespace AvaloniaApplication3.Date;
public class Meropriatie
{
public int numero { get; set; }
public string act { get; set; }
public DateOnly date { get; set; }
public int day { get; set; }
public int city { get; set; }
public Actions action { get; set; }
public Country country { get; set; }
}