C# Class Cqrs.Tests.SomeDomainEntity

Inheritance: AggregateRoot
Show file Open project: fkalseth/tasknotes Class Usage Examples

Public Methods

Method Description
Apply ( IDomainEvent ev ) : void

Method Details

Apply() public method

public Apply ( IDomainEvent ev ) : void
ev IDomainEvent
return void