コード例 #1
0
 public CategoryController(TourCategoriesService tourCategoryService, TourService tourService, CategoryService categoryService, CategoriesSlidersService categoriesSliderService, GalleryPoolService galleryPoolService)
 {
     _categoryService         = categoryService;
     _categoriesSliderService = categoriesSliderService;
     _galleryPoolService      = galleryPoolService;
     _tourService             = tourService;
     _tourCategoryService     = tourCategoryService;
 }
コード例 #2
0
 public CategoriesController(CategoryService categoryService, CategoriesSlidersService categoriesSliderService, KeywordPoolService keywordPoolService, GalleryPoolService galleryPoolService, IHostingEnvironment environment)
 {
     _categoryService         = categoryService;
     _categoriesSliderService = categoriesSliderService;
     _environment             = environment;
     _keywordPoolService      = keywordPoolService;
     _galleryPoolService      = galleryPoolService;
 }