Demka_kur/Hardik/Conect/Dao/historyDao.cs

11 lines
233 B
C#
Raw Permalink Normal View History

2025-02-05 10:03:38 +00:00
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; }
}