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