Choto/AvaloniaApplication3/Date/Meropriatie.cs
studen c537cc1296 Pravki
Signed-off-by: studen <Goga@gmail.com>
2025-01-29 11:45:57 +03:00

15 lines
366 B
C#

using System;
using Tmds.DBus.Protocol;
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; }
}