Choto/AvaloniaApplication3/Date/Meropriatie.cs

14 lines
340 B
C#
Raw Normal View History

2025-01-22 13:32:07 +00:00
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; }
2025-01-22 13:32:07 +00:00
}