Choto/AvaloniaApplication3/Date/Uchastki.cs
studen 62cbc90a70 Pravki
Signed-off-by: studen <Goga@gmail.com>
2025-01-29 11:35:51 +03:00

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; }
}