Exemple #1
0
 public void Process(AccountsPipelineArgs args)
 {
     this.accountTrackerService.TrackLogout(args.UserName);
 }
Exemple #2
0
 public void Process(AccountsPipelineArgs args)
 {
     this.updateContactFacetsService.UpdateContactFacets(args.User.Profile);
     this.accountTrackerService.TrackRegistration();
 }
 public void Process(AccountsPipelineArgs args)
 {
     _userProfileService.UpdateContactFacetData(args.User.Profile);
     _accountTrackerService.TrackRegistration();
 }
 public void Process(AccountsPipelineArgs args)
 {
     this.accountTrackerService.TrackRegistration();
 }