12 lines
337 B
C#
12 lines
337 B
C#
namespace Demka_Snova_1.Hardik.Conect.Dao;
|
|
|
|
public class SotrudnikDao
|
|
{
|
|
public int ID { get; set; }
|
|
public string Pozition { get; set; }
|
|
public string Fio { get; set; }
|
|
public string Login { get; set; }
|
|
public string Pass { get; set; }
|
|
public string LaspEnt { get; set; }
|
|
public string TipeEnt { get; set; }
|
|
} |