C# Class Agathas.Storefront.Shopping.Baskets.Events.BasketPriceChanged

Inheritance: IDomainEvent
Afficher le fichier Open project: elbandit/PPPDDD

Méthodes publiques

Méthode Description
BasketPriceChanged ( System.Guid basket_id, Agathas.Storefront.Common.Money cost_of_basket, Agathas.Storefront.Common.Money discount ) : System

Method Details

BasketPriceChanged() public méthode

public BasketPriceChanged ( System.Guid basket_id, Agathas.Storefront.Common.Money cost_of_basket, Agathas.Storefront.Common.Money discount ) : System
basket_id System.Guid
cost_of_basket Agathas.Storefront.Common.Money
discount Agathas.Storefront.Common.Money
Résultat System