Exemplo n.º 1
0
 public Service()
 {
     Settings = Storage.Get<Settings>("CurrentSettings") ?? new Settings();
     Socialcast = new Socialcast();
 }
Exemplo n.º 2
0
 public Service()
 {
     Settings   = Storage.Get <Settings>("CurrentSettings") ?? new Settings();
     Socialcast = new Socialcast();
 }