public CategoryRepository(
     ICategoryScraper categoryScraper,
     IFolderUtils folderUtils,
     ICategoriesDataAccess categoriesDataAccess)
 {
     _categoryScraper = categoryScraper;
     _folderUtils = folderUtils;
     _categoriesDataAccess = categoriesDataAccess;
 }
Exemple #2
0
 public CategoryRepository(
     ICategoryScraper categoryScraper,
     IFolderUtils folderUtils,
     ICategoriesDataAccess categoriesDataAccess)
 {
     _categoryScraper      = categoryScraper;
     _folderUtils          = folderUtils;
     _categoriesDataAccess = categoriesDataAccess;
 }