Channel9Downloader.DataAccess.CategoryRepository.CategoryRepository C# (CSharp) 메소드

CategoryRepository() 개인적인 메소드

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