C# Class PPPDDD.Chap10.ecommerce.ImplicitLogic.Model.basket

Afficher le fichier Open project: elbandit/PPPDDD Class Usage Examples

Méthodes publiques

Méthode Description
add ( Product product ) : void

Private Methods

Méthode Description
basket_contains_an_item_for ( Product product ) : bool
get_item_for ( Product product ) : BasketItem

Method Details

add() public méthode

public add ( Product product ) : void
product Product
Résultat void