Exemplo n.º 1
0
        // GET: Promotion
        public ActionResult KhuyenMai()
        {
            SalePhone context = new SalePhone();
            var       model   = context.SANPHAMs.Where(x => x.MaKM != null).ToList();

            return(View(model));
        }