13 lines
395 B
C#
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;}
|
|
} |