Demka_kur/Hardik/Conect/Dao/KlientDao.cs

14 lines
357 B
C#
Raw Normal View History

2025-02-04 11:35:26 +00:00
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; }
}