C# Class ASTE.Modules.APIDiscovery.Controllers.ClientController

Inheritance: Controller
Show file Open project: aste-hsc/ASTE-Prototype

Public Methods

Method Description
Index ( ) : System.Web.Mvc.ActionResult

Client Index

Private Methods

Method Description
Add ( Client client ) : System.Web.Mvc.ActionResult
Delete ( int client_id ) : System.Web.Mvc.ActionResult
Edit ( int client_id ) : System.Web.Mvc.ActionResult
New ( ) : System.Web.Mvc.ActionResult
Update ( Client client ) : System.Web.Mvc.ActionResult

Method Details

Index() public method

Client Index
public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult