Beispiel #1
0
        public static YtStore YtStore(this Cfg cfg, ILogger log)
        {
            var reader  = new YtClient(cfg.App, log);
            var ytStore = new YtStore(reader, cfg.DataStore(cfg.App.Storage.DbPath));

            return(ytStore);
        }
Beispiel #2
0
        public static YtStore YtStore(this Cfg cfg, ILogger log)
        {
            var ytStore = new YtStore(cfg.DataStore(cfg.App.Storage.DbPath), log);

            return(ytStore);
        }