Method | Description | |
---|---|---|
Create ( ) : System.Web.Mvc.ActionResult | ||
Delete ( int id ) : System.Web.Mvc.ActionResult | ||
Details ( int id ) : System.Web.Mvc.ActionResult | ||
Edit ( int id ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ActionResult | ||
PriceList ( ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
Create ( ProductModel productModel ) : System.Web.Mvc.ActionResult | ||
Delete ( int id, ProductModel productModel ) : System.Web.Mvc.ActionResult | ||
Edit ( int id, ProductModel productModel ) : System.Web.Mvc.ActionResult | ||
GetCategories ( ) : List |
||
GetProductByCode ( string code, string priceType ) : System.Web.Mvc.JsonResult | ||
Index ( int categoryID, string code, string name ) : System.Web.Mvc.ActionResult | ||
PriceList ( int categoryID ) : 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.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public Edit ( 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 PriceList ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |