Метод | Описание | |
---|---|---|
Create ( string type ) : System.Web.Mvc.ActionResult | ||
Delete ( int id, string type ) : System.Web.Mvc.ActionResult | ||
Edit ( int id, string type ) : System.Web.Mvc.ActionResult | ||
Index ( string type ) : System.Web.Mvc.ActionResult | ||
Print ( int id ) : System.Web.Mvc.ActionResult |
Метод | Описание | |
---|---|---|
Create ( |
||
Edit ( |
||
GetPriceTypes ( ) : List |
public Create ( string type ) : System.Web.Mvc.ActionResult | ||
type | string | |
Результат | System.Web.Mvc.ActionResult |
public Delete ( int id, string type ) : System.Web.Mvc.ActionResult | ||
id | int | |
type | string | |
Результат | System.Web.Mvc.ActionResult |
public Edit ( int id, string type ) : System.Web.Mvc.ActionResult | ||
id | int | |
type | string | |
Результат | System.Web.Mvc.ActionResult |
public Index ( string type ) : System.Web.Mvc.ActionResult | ||
type | string | |
Результат | System.Web.Mvc.ActionResult |
public Print ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
Результат | System.Web.Mvc.ActionResult |