public IdentityController( IIdentityApplicationService identityApplicationService, IDomainNotificationHandle <DomainNotification> iDomainNotificationHandle) { service = identityApplicationService; notification = iDomainNotificationHandle; }
public IdentityController( IIdentityApplicationService identityApplicationService, IDomainNotificationHandle<DomainNotification> iDomainNotificationHandle) { service = identityApplicationService; notification = iDomainNotificationHandle; }