C# Class Tests.EventHandlerStub

Mostrar archivo Open project: AdrianFreemantle/DDD Class Usage Examples

Public Methods

Method Description
EventHandlerStub ( ) : System.Collections.Generic
Handle ( IDomainEvent @event ) : void

Method Details

EventHandlerStub() public method

public EventHandlerStub ( ) : System.Collections.Generic
return System.Collections.Generic

Handle() public method

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