C# Class CQRS_ES.Models.AccountInfoProjection

Show file Open project: KHProjects/KH-Parker-Fox

Public Methods

Method Description
AccountInfoProjection ( ) : System
Handle ( AccountRegisteredEvent @event ) : void

Method Details

AccountInfoProjection() public method

public AccountInfoProjection ( ) : System
return System

Handle() public method

public Handle ( AccountRegisteredEvent @event ) : void
@event AccountRegisteredEvent
return void