메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
Edit ( int id, |
public Details ( int id ) : System.Web.Mvc.ViewResult | ||
id | int | |
리턴 | System.Web.Mvc.ViewResult |
public Edit ( int id ) : System.Web.Mvc.ViewResult | ||
id | int | |
리턴 | System.Web.Mvc.ViewResult |
public EmployeesController ( IRepository repository, IAppContext appContext ) : System.Linq | ||
repository | IRepository | |
appContext | IAppContext | |
리턴 | System.Linq |