internal NoteStoreWrapper(Uri evernoteUri, string authToken, string shardId, ServiceBus servicebus) : base(new Uri(evernoteUri, "/edam/note/" + shardId)) { this.authToken = authToken; servicebus.AddSubscriber <AuthenticationEvent>(this.authenticationHandler); }
internal NoteStoreWrapper(Uri evernoteUri, string authToken, string shardId, ServiceBus servicebus) : base(new Uri(evernoteUri, "/edam/note/" + shardId)) { this.authToken = authToken; servicebus.AddSubscriber<AuthenticationEvent>(this.authenticationHandler); }