示例#1
0
 public ProfileModifiedEventHandler(IDomainEventBus domainEventBus, IProfilesMatcher matcher)
 {
     _domainEventBus = domainEventBus;
     _matcher = matcher;
 }
 public ProfileCreatedEventHandler(IProfilesMatcher matcher)
 {
     _matcher = matcher;
 }
示例#3
0
 public MatchedProfilesController(IProfilesMatcher matcher)
 {
     _matcher = matcher;
 }