17 lines
483 B
C#
17 lines
483 B
C#
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; }
|
|
public Meropriatie meropriatie { get; set; }
|
|
} |