Exemplo n.º 1
0
 public void Process(AccountsPipelineArgs args)
 {
     this.accountTrackerService.TrackLogout(args.UserName);
 }
Exemplo n.º 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();
 }