C# Class Tests.EventHandlerStub

Afficher le fichier Open project: AdrianFreemantle/DDD Class Usage Examples

Méthodes publiques

Méthode Description
EventHandlerStub ( ) : System.Collections.Generic
Handle ( IDomainEvent @event ) : void

Method Details

EventHandlerStub() public méthode

public EventHandlerStub ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Handle() public méthode

public Handle ( IDomainEvent @event ) : void
@event IDomainEvent
Résultat void