Ejemplo n.º 1
0
 public ActionResult CreateEmployee(Employee employee)
 {
     _employeeDb.Insert(employee);
     return(RedirectToAction("Index"));
 }