C# Class PPPDDDChap23.EventSourcing.Application.Model.PayAsYouGo.AccountCreated

Inheritance: PPPDDDChap23.EventSourcing.Application.Infrastructure.DomainEvent
显示文件 Open project: elbandit/PPPDDD Class Usage Examples

Public Methods

Method Description
AccountCreated ( System.Guid aggregateId, Money credit ) : System

Method Details

AccountCreated() public method

public AccountCreated ( System.Guid aggregateId, Money credit ) : System
aggregateId System.Guid
credit Money
return System