Choto/AvaloniaApplication3/Date/Uchastki.cs

16 lines
434 B
C#
Raw Normal View History

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