Demka_kur/Hardik/Conect/Dao/SotrudnikDao.cs

14 lines
331 B
C#
Raw Normal View History

2025-02-11 10:23:14 +00:00
using System;
namespace Demka_Snova_1.Hardik.Conect.Dao;
public class SotrudnikDao
{
public int ID {get;set;}
2025-02-12 07:50:05 +00:00
public string Pozition {get;set;}
2025-02-11 10:23:14 +00:00
public string Fio {get;set;}
2025-02-12 07:50:05 +00:00
public string Login {get;set;}
public string Pass {get;set;}
2025-02-11 10:23:14 +00:00
public string LaspEnt {get;set;}
public string TipeEnt {get;set;}
}