Esempio n. 1
0
 public GiayDangKiKetHon(string maGDKKetHon, string maQuyen, CongDan chong, CongDan vo, DateTime ngayDK)
 {
     this.MaGDKKetHon = maGDKKetHon;
     this.MaQuyen     = maQuyen;
     this.MaCD_Chong  = chong.MaCD;
     this.MaCD_Vo     = vo.MaCD;
     this.NgayDangKi  = ngayDK;
 }
Esempio n. 2
0
 public GiayKhaiSinh(string so, string maQuyen, CongDan congDan, string noiSinh, CongDan cha, CongDan me, CongDan nguoiKhai, string quanHe, DateTime ngayDK)
 {
     this.So      = so;
     this.MaQuyen = maQuyen;
     this.MaCD    = congDan.MaCD;
     //this.CongDan = congDan;
     this.NoiSinh  = noiSinh;
     this.MaCD_Cha = cha.MaCD;
     //this.Cha = cha;
     this.MaCD_Me = me.MaCD;
     //this.Me = me;
     this.MaCD_NguoiKhai = nguoiKhai.MaCD;
     //this.NguoiKhai = nguoiKhai;
     this.QuanHe          = quanHe;
     this.NgayDK_KhaiSinh = ngayDK;
 }
Esempio n. 3
0
 public HoKhau_QuanHe(CongDan congDan, QuanHe quanHe)
 {
     this.CongDan = congDan;
     this.QuanHe  = quanHe;
 }