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

            nguoidungID.Nguoidung.Email = this.Nguoidung.Email;
            Table = nguoidungID.table_NguoiDung();
        }
Exemplo n.º 2
0
        public void Thucthi(string MaKieuNguoiDung)
        {
            TruyXuatAllThongTinNguoiDungByID nguoidungID = new TruyXuatAllThongTinNguoiDungByID();

            ketqua = nguoidungID.LaydulieuAdmin(MaKieuNguoiDung);
        }