Ejemplo n.º 1
0
        public ActionResult Create(Department department)
        {
            Dep  obj    = new Dep();
            bool result = obj.Insert(department);

            return(RedirectToAction("AdminIndex"));
        }