Method | Description | |
---|---|---|
CreateNewEmployee ( ) : System.Web.Mvc.ActionResult | ||
EmployeesController ( ) : System | ||
EmployeesController ( IDataService dataService ) : System | ||
Index ( ) : System.Web.Mvc.ActionResult | ||
Search ( string firstName, string lastName ) : System.Web.Mvc.PartialViewResult |
Method | Description | |
---|---|---|
Edit ( int id ) : System.Web.Mvc.ActionResult | ||
SaveEmployee ( |
public CreateNewEmployee ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public EmployeesController ( IDataService dataService ) : System | ||
dataService | IDataService | |
return | System |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Search ( string firstName, string lastName ) : System.Web.Mvc.PartialViewResult | ||
firstName | string | |
lastName | string | |
return | System.Web.Mvc.PartialViewResult |