public string Configure(ReadOnlyBook book, string currentSettings)
        {
            var view = new FavoriteAccountsConfiguration();
            currentSettings = view.GetSettings(book, currentSettings);

            return currentSettings;
        }
示例#2
0
        /// <inheritdoc/>
        public string Configure(IReadOnlyBook book, string currentSettings)
        {
            var view = new FavoriteAccountsConfiguration();

            currentSettings = view.GetSettings(book, currentSettings);

            return(currentSettings);
        }