2025-01-22 13:32:07 +00:00
|
|
|
using System;
|
|
|
|
using System.Runtime.InteropServices.JavaScript;
|
|
|
|
|
|
|
|
namespace AvaloniaApplication3.Date;
|
|
|
|
|
|
|
|
public class Uchastki
|
|
|
|
{
|
|
|
|
public string FIO { get; set; }
|
|
|
|
public string mail { get; set; }
|
|
|
|
public DateOnly date { get; set; }
|
|
|
|
public string country { get; set; }
|
|
|
|
public string telefon { get; set; }
|
|
|
|
public string password { get; set; }
|
|
|
|
public string photo { get; set; }
|
|
|
|
public char sex { get; set; }
|
2025-01-29 08:35:51 +00:00
|
|
|
public Meropriatie meropriatie { get; set; }
|
2025-01-22 13:32:07 +00:00
|
|
|
}
|