Ejemplo n.º 1
0
 public ActionResult Create()
 {
     ViewBag.DepartmentId = new SelectList(managerDepartment.List(), "Id", "Name");
     ViewBag.ManagerId    = managerPersonnel.List();
     return(View());
 }
Ejemplo n.º 2
0
 public ActionResult Index()
 {
     return(View(managerDepartment.List()));
 }