Method | Description | |
---|---|---|
Create ( ) : System.Web.Mvc.ActionResult | ||
Delete ( int id ) : System.Web.Mvc.ActionResult | ||
Details ( int id ) : System.Web.Mvc.ViewResult | ||
Edit ( int id ) : System.Web.Mvc.ActionResult | ||
HubController ( IHubOwnerService hubOwnerService, IHubService hubService, IUserProfileService userProfileService ) : System.Linq | ||
Index ( ) : System.Web.Mvc.ActionResult | ||
ListPartial ( ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
Create ( Cats warehouse ) : System.Web.Mvc.ActionResult | ||
DeleteConfirmed ( int id ) : System.Web.Mvc.ActionResult | ||
Edit ( Cats warehouse ) : System.Web.Mvc.ActionResult |
public Create ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Delete ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public Details ( int id ) : System.Web.Mvc.ViewResult | ||
id | int | |
return | System.Web.Mvc.ViewResult |
public Edit ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public HubController ( IHubOwnerService hubOwnerService, IHubService hubService, IUserProfileService userProfileService ) : System.Linq | ||
hubOwnerService | IHubOwnerService | |
hubService | IHubService | |
userProfileService | IUserProfileService | |
return | System.Linq |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public ListPartial ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |