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

Inheritance: IDomainEvent
Show file Open project: elbandit/PPPDDD

Public Methods

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

Method Details

BasketPriceChanged() public method

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
return System