2025-02-04 11:35:26 +00:00
|
|
|
using System;
|
|
|
|
|
|
|
|
namespace Demka_Snova_1.Hardik.Conect.Dao;
|
|
|
|
|
|
|
|
public class SotrudnikDao
|
|
|
|
{
|
|
|
|
public int ID {get;set;}
|
2025-02-05 09:03:32 +00:00
|
|
|
public static string Pozition {get;set;}
|
2025-02-04 11:35:26 +00:00
|
|
|
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;}
|
|
|
|
}
|