Choto/AvaloniaApplication3/Date/Meropriatie.cs

15 lines
366 B
C#
Raw Normal View History

2025-01-22 13:32:07 +00:00
using System;
using Tmds.DBus.Protocol;
2025-01-22 13:32:07 +00:00
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; }
2025-01-22 13:32:07 +00:00
}