示例#1
0
 public AdvertiserProfileViewModel()
 {
     manager              = new AdvertiserProfileManager();
     profile              = new AdvertiserProfileDocument();
     preferences          = new List <AdvertiserPreferenceDocument>();
     preferencesStringify = string.Empty;
     telemetria           = new Trace();
 }
示例#2
0
 public AdvertiserProfileController()
 {
     manager = new AdvertiserProfileManager();
     _cosmosIdentityManager = new CosmosIdentityManager();
 }