Ejemplo n.º 1
0
        public IEnumerable <ThucDon> TimKiemGanDungTheoTen(string thongTin)
        {
            ThucDonDAL dal = new ThucDonDAL(db);

            return(dal.TimKiemGanDungTheoTen(thongTin));
        }