15 lines
366 B
C#
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; }
|
|
} |