Exemplo n.º 1
0
 public static IPromise SubscribeToNotice(DatabaseApi api)
 {
     return(api.Subscribe(ChangeNotify).Then(() => Init(api)));
 }