Exemplo n.º 1
0
        public void Thuc_thi()
        {
            TruyXuatAllThongTinNguoiDungByID nguoidungID = new TruyXuatAllThongTinNguoiDungByID();

            nguoidungID.Nguoidung.Email = this.Nguoidung.Email;
            Table = nguoidungID.table_NguoiDung();
        }