Esempio n. 1
0
        // GET: HAIData
        public ActionResult UpdateC1Staff(string search = "")
        {
            if (!String.IsNullOrEmpty(search))
            {
                var check = db.find_staff_c1(search);
            }

            return(View());
        }