Method | Description | |
---|---|---|
ProductBLL ( ) : System | ||
ProductBLL ( IProductDAL iProductDAL ) : System | ||
add ( |
||
delete ( int id ) : bool | ||
find ( int id ) : |
||
getAllProducts ( ) : List |
||
update ( |
||
updateQuantity ( |
public ProductBLL ( IProductDAL iProductDAL ) : System | ||
iProductDAL | IProductDAL | |
return | System |
public add ( |
||
productModel | ||
return | bool |
public find ( int id ) : |
||
id | int | |
return |
public update ( |
||
productModel | ||
return | bool |
public updateQuantity ( |
||
productModel | ||
return | bool |