Method | Description | |
---|---|---|
Details ( int id ) : System.Web.Mvc.ViewResult | ||
Edit ( int id ) : System.Web.Mvc.ViewResult | ||
EmployeesController ( IRepository repository, IAppContext appContext ) : System.Linq | ||
Index ( ) : System.Web.Mvc.ViewResult |
Method | Description | |
---|---|---|
Edit ( int id, |
public Details ( int id ) : System.Web.Mvc.ViewResult | ||
id | int | |
return | System.Web.Mvc.ViewResult |
public Edit ( int id ) : System.Web.Mvc.ViewResult | ||
id | int | |
return | System.Web.Mvc.ViewResult |
public EmployeesController ( IRepository repository, IAppContext appContext ) : System.Linq | ||
repository | IRepository | |
appContext | IAppContext | |
return | System.Linq |