Beispiel #1
0
 public void LoadData()
 {
     ProfileService.BeginGetCustomerProfiles(EndGetCustomersProfile, null);
     TagService.BeginGetStandardTags(EndGetStandardTags, null);
     AgencyService.BeginGetAgencies(EndGetAgencies, null);
 }