Demka_kur/Hardik/Conect/Dao/KlientDao.cs
2025-02-04 14:35:26 +03:00

14 lines
357 B
C#

using System;
namespace Demka_Snova_1.Hardik.Conect.Dao;
public class KlientDao
{
public string Fio { get; set; }
public int Code { get; set; }
public string Passport { get; set; }
public DateTime Birth_Day { get; set; }
public string Adres { get; set; }
public string Email { get; set; }
public string password { get; set; }
}