Example #1
0
        public void Thuc_thi()
        {
            TruyXuatAllThongTinNguoiDungByID nguoidungID = new TruyXuatAllThongTinNguoiDungByID();

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

            ketqua = nguoidungID.LaydulieuAdmin(MaKieuNguoiDung);
        }