Method | Description | |
---|---|---|
Customize ( int planId ) : System.Web.Mvc.ActionResult | ||
Delete ( int id ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ActionResult | ||
New ( string search ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
DeleteConfirmed ( int id ) : System.Web.Mvc.ActionResult | ||
Home ( ) : System.Web.Mvc.ActionResult | ||
SaveCustomize ( |
public Customize ( int planId ) : System.Web.Mvc.ActionResult | ||
planId | int | |
return | System.Web.Mvc.ActionResult |
public Delete ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public New ( string search ) : System.Web.Mvc.ActionResult | ||
search | string | |
return | System.Web.Mvc.ActionResult |