Demka_kur/Hardik/Conect/Dao/historyDao.cs
2025-02-05 13:03:38 +03:00

11 lines
233 B
C#

using System;
namespace Demka_Snova_1.Hardik.Conect.Dao;
public class historyDao
{
public int id { get; set; }
public string user { get; set; }
public DateTime Vhod { get; set; }
public string status { get; set; }
}