internal Notifications(BuddyClient client, AuthenticatedUser user) : base(client, user) { Android = new NotificationsAndroid(client, user); Apple = new NotificationsApple(client, user); Win8 = new NotificationsWin8(client, user); }
internal Notifications (BuddyClient client, AuthenticatedUser user) : base(client, user) { Android = new NotificationsAndroid (client, user); Apple = new NotificationsApple (client, user); Win8 = new NotificationsWin8 (client, user); }