2025-01-22 13:32:07 +00:00
|
|
|
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; }
|
2025-01-29 08:45:57 +00:00
|
|
|
public Meropriatie Meropriatie { get; set; }
|
2025-01-22 13:32:07 +00:00
|
|
|
}
|