12 lines
259 B
C#
12 lines
259 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; }
|
|
} |