14 lines
357 B
C#
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; }
|
||
|
}
|