Method | Description | |
---|---|---|
HubController ( IHubService hubService, IHubOwnerService hubOwnerService ) : System | ||
Hub_Destroy ( int id ) : System.Web.Mvc.ActionResult | ||
Hub_Read ( [ request ) : System.Web.Mvc.JsonResult | ||
Index ( ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
Hub_Create ( [ request, |
||
Hub_Update ( [ request, |
public HubController ( IHubService hubService, IHubOwnerService hubOwnerService ) : System | ||
hubService | IHubService | |
hubOwnerService | IHubOwnerService | |
return | System |
public Hub_Destroy ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public Hub_Read ( [ request ) : System.Web.Mvc.JsonResult | ||
request | [ | |
return | System.Web.Mvc.JsonResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |