Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
PetStore
Web
Controllers
CartController
C# Class PetStore.Web.Controllers.CartController
Inheritance:
BaseSiteController
显示文件
Open project: nats/castle-1.0.3-mono
Public Methods
Method
Description
AddToCart
(
int
quantity
,
int
productid
) :
void
Method Details
AddToCart()
public
method
public
AddToCart
(
int
quantity
,
int
productid
) :
void
quantity
int
productid
int
return
void