Beispiel #1
0
 public virtual string ExportData(UserProfile userProfile)
 {
     _accountTrackerService.TrackExportData(userProfile);
     return(_contactFacetsService.ExportContactData());
 }