예제 #1
0
        public ActionResult GetNhanViens(string search, int id)
        {
            var NhanViens = NVService.GetAllDropDownList(search, id);

            return(Json(NhanViens, JsonRequestBehavior.AllowGet));
        }