Esempio n. 1
0
        public ActionResult Representative(int representativeId)
        {
            int departmentId = Convert.ToInt32(RouteData.Values["departmentId"]);

            DepartmentDao.UpdateDepartmentRepresentative(representativeId, departmentId);
            return(RedirectToAction("Delegate"));
        }