Method | Description | |
---|---|---|
AddProduct ( |
||
ProductService ( IRepository |
||
RemoveProduct ( long productId ) : void | ||
UpdateProduct ( |
public AddProduct ( |
||
product | ||
return | void |
public ProductService ( IRepository |
||
productRepository | IRepository |
|
return | eCommerceSoa.BusinessLayer.Contract |
public RemoveProduct ( long productId ) : void | ||
productId | long | |
return | void |
public UpdateProduct ( |
||
product | ||
return | void |