Demka_kur/Hardik/Conect/Dao/SotrudnikDao.cs
2025-03-05 12:12:58 +03:00

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; }
}