using System; 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 static string Login {get;set;} public static string Pass {get;set;} public string LaspEnt {get;set;} public string TipeEnt {get;set;} }