Channel9Downloader.DataAccess.CategoryRepository.CategoryRepository C# (CSharp) Méthode

CategoryRepository() private méthode

private CategoryRepository ( ICategoryScraper categoryScraper, IFolderUtils folderUtils, ICategoriesDataAccess categoriesDataAccess ) : System.Collections.Generic
categoryScraper ICategoryScraper
folderUtils IFolderUtils
categoriesDataAccess ICategoriesDataAccess
Résultat System.Collections.Generic
        public CategoryRepository(
            ICategoryScraper categoryScraper,
            IFolderUtils folderUtils,
            ICategoriesDataAccess categoriesDataAccess)
        {
            _categoryScraper = categoryScraper;
            _folderUtils = folderUtils;
            _categoriesDataAccess = categoriesDataAccess;
        }