Choto/AvaloniaApplication3/Date/Uchastki.cs
2025-01-22 16:32:07 +03:00

16 lines
434 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; }
}