示例#1
0
 public UserProfileService(IProfileSettingsService profileSettingsService, IUserProfileProvider userProfileProvider, IContactFacetsService contactFacetsService, IAccountTrackerService accountTrackerService)
 {
     _profileSettingsService = profileSettingsService;
     _userProfileProvider    = userProfileProvider;
     _contactFacetsService   = contactFacetsService;
     _accountTrackerService  = accountTrackerService;
 }
 public TrackSignedIn(IAccountTrackerService accountTrackerService, IContactFacetsService updateContactFacetsService, FederatedAuthenticationConfiguration federatedAuthenticationConfiguration)
 {
     _accountTrackerService                = accountTrackerService;
     _updateContactFacetsService           = updateContactFacetsService;
     _federatedAuthenticationConfiguration = federatedAuthenticationConfiguration;
 }
 public TrackRegistered(IAccountTrackerService accountTrackerService, IContactFacetsService updateContactFacetsService)
 {
     _accountTrackerService      = accountTrackerService;
     _updateContactFacetsService = updateContactFacetsService;
 }