Choto/AvaloniaApplication3/Date/Moders.cs
studen c537cc1296 Pravki
Signed-off-by: studen <Goga@gmail.com>
2025-01-29 11:45:57 +03:00

16 lines
435 B
C#

using System;
namespace AvaloniaApplication3.Date;
public class Moders
{
public string naprovlenie { get; set; }
public string Fio { get; set; }
public char Sex { get; set; }
public string mail { get; set; }
public DateOnly date { get; set; }
public string meropriatie { get; set; }
public string Pass { get; set; }
public string photo { get; set; }
public Meropriatie Meropriatie { get; set; }
}