Метод | Описание | |
---|---|---|
Create ( ) : System.Web.Mvc.ActionResult | ||
Details ( string id ) : System.Web.Mvc.ActionResult | ||
Edit ( int id ) : System.Web.Mvc.ActionResult | ||
Index ( int id ) : System.Web.Mvc.ActionResult | ||
ProductController ( IStoreService service ) : System.Web.Mvc | ||
Search ( string query ) : System.Web.Mvc.ActionResult |
Метод | Описание | |
---|---|---|
Create ( System.Web.Mvc.FormCollection collection ) : System.Web.Mvc.ActionResult | ||
Edit ( int id, System.Web.Mvc.FormCollection collection ) : System.Web.Mvc.ActionResult |
public Create ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |
public Details ( string id ) : System.Web.Mvc.ActionResult | ||
id | string | |
Результат | System.Web.Mvc.ActionResult |
public Edit ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
Результат | System.Web.Mvc.ActionResult |
public Index ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
Результат | System.Web.Mvc.ActionResult |
public ProductController ( IStoreService service ) : System.Web.Mvc | ||
service | IStoreService | |
Результат | System.Web.Mvc |
public Search ( string query ) : System.Web.Mvc.ActionResult | ||
query | string | |
Результат | System.Web.Mvc.ActionResult |