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

13 lines
395 B
C#

namespace AvaloniaApplication3.Date;
public class avtor {
public int ID { get; set;}
public string fio { get; set;}
public char sex { get; set;}
public string role { get; set;}
public string email { get; set;}
public string telephone { get; set;}
public string meropriatie { get; set;}
public bool activ { get; set;}
public string naprovlenie { get; set;}
}