Choto/AvaloniaApplication3/Date/Conector/Avtor.cs

13 lines
395 B
C#
Raw Normal View History

2025-01-22 13:32:07 +00:00
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;}
}