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