C# Class PersistenceModel.Reporting.Projections.AccountStatusHistoryProjection

Datei anzeigen Open project: AdrianFreemantle/DDD Class Usage Examples

Public Methods

Method Description
AccountStatusHistoryProjection ( IRepository repository ) : System
When ( AccountStatusChanged @event ) : void

Method Details

AccountStatusHistoryProjection() public method

public AccountStatusHistoryProjection ( IRepository repository ) : System
repository IRepository
return System

When() public method

public When ( AccountStatusChanged @event ) : void
@event Domain.Client.Accounts.Events.AccountStatusChanged
return void