예제 #1
0
 public ActionResult EmployeeRegister(Employee employee)
 {
     repository.employeeRegister(employee);
     return(RedirectToAction("Index", "Home"));
 }