2025-02-11 10:23:14 +00:00
|
|
|
namespace Demka_Snova_1.Hardik.Conect.Dao;
|
|
|
|
|
|
|
|
public class SotrudnikDao
|
|
|
|
{
|
2025-03-05 09:12:58 +00:00
|
|
|
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; }
|
2025-02-11 10:23:14 +00:00
|
|
|
}
|