public PersonalDataChangingHandler(IContactInfoRepository repository,
                                    IEventDomainDispatcher eventDomainDispatcher)
 {
     Repository            = repository;
     EventDomainDispatcher = eventDomainDispatcher;
 }
Beispiel #2
0
 public PhotoChangingDomainHandler(IContactInfoRepository repository, IEventDomainDispatcher eventDomainDispatcher)
 {
     Repository            = repository;
     EventDomainDispatcher = eventDomainDispatcher;
 }