public AuctionHouseAddEditVehicleController(
     IAuctionHouseService auctionHouseService,
     IAspNetUserService aspNetUserService,
     IBodyTypeService bodyTypeService,
     ICarModelService carModelService,
     IMakeService makeService,
     ITransmissionTypeService transmissionTypeService,
     IFuelTypeService fuelTypeService,
     IEngineSizeService engineSizeService,
     IAuctionHouseAddEditVehicleService auctionHouseAddEditVehicleService,
     IAuctionHouseCarSellingVehicleImagesService auctionHouseCarSellingVehicleImagesService,
      IAuctionHouseSaleService auctionHouseSaleService,
     IAuctionHouseCarSellingVehicleImagesMoreService auctionHouseCarSellingVehicleImagesMoreService,
     IInteriorTrimService interiorTrimService,
     IServiceHistoryAuctionService serviceHistoryAuctionService,
      ICheckStatusService checkStatusService
     )
 {
     _auctionHouseService = auctionHouseService;
     _aspNetUserService = aspNetUserService;
     _bodyTypeService = bodyTypeService;
     _carModelService = carModelService;
     _makeService = makeService;
     _transmissionTypeService = transmissionTypeService;
     _fuelTypeService = fuelTypeService;
     _engineSizeService = engineSizeService;
     _auctionHouseAddEditVehicleService = auctionHouseAddEditVehicleService;
     _auctionHouseCarSellingVehicleImagesService = auctionHouseCarSellingVehicleImagesService;
     _auctionHouseSaleService = auctionHouseSaleService;
     _auctionHouseCarSellingVehicleImagesMoreService = auctionHouseCarSellingVehicleImagesMoreService;
     _interiorTrimService = interiorTrimService;
     _serviceHistoryAuctionService = serviceHistoryAuctionService;
     _checkStatusService = checkStatusService;
 }
예제 #2
0
     public CarSellerController(
     IAspNetUserService aspNetUserService,
     IBodyTypeService bodyTypeService,
     ICarSellerTypeService carSellerTypeService,
     ICarSellingOnService carSellingOnService,
     ICarSellerInfoService carSellerInfoService,
     ICarModelService carModelService,
     IMakeService makeService,
     ITransmissionTypeService transmissionTypeService,
     IFuelTypeService fuelTypeService,
     ICarSellerVehicleInfoService carSellerVehicleInfoService,
     ICarSellerMoreDetailService carSellerMoreDetailService,
     ICarSellerVehicleImagesService carSellerVehicleImagesService,
         ICarSellerVehicleFuelTypeService carSellerVehicleFuelTypeService,
         IEngineSizeService engineSizeService
 )
     {
         _aspNetUserService = aspNetUserService;
         _carSellerTypeService = carSellerTypeService;
         _carSellingOnService = carSellingOnService;
         _bodyTypeService = bodyTypeService;
         _carModelService = carModelService;
         _makeService = makeService;
         _transmissionTypeService = transmissionTypeService;
         _fuelTypeService = fuelTypeService;
         _carSellerVehicleInfoService = carSellerVehicleInfoService;
         _carSellerMoreDetailService = carSellerMoreDetailService;
         _carSellerVehicleImagesService = carSellerVehicleImagesService;
         _carSellerInfoService = carSellerInfoService;
         _carSellerVehicleFuelTypeService = carSellerVehicleFuelTypeService;
         _engineSizeService = engineSizeService;
     }
예제 #3
0
 public CarsService(
     IModelsService modelsService,
     IMakeService makeService,
     IColorService colorService,
     ICoupesService coupesService,
     IConditionsService conditionsService,
     IGearBoxesService gearBoxesService,
     IRegionsServices regionsServices,
     IFuelsServices fuelsServices,
     IAdditionsService additionsService,
     ITonwsService tonwsService,
     IDeletableEntityRepository <Car> carsRepository,
     IDeletableEntityRepository <Addition> additionsRepository)
 {
     this.makeService         = makeService;
     this.colorService        = colorService;
     this.coupesService       = coupesService;
     this.conditionsService   = conditionsService;
     this.gearBoxesService    = gearBoxesService;
     this.regionsServices     = regionsServices;
     this.fuelsServices       = fuelsServices;
     this.additionsService    = additionsService;
     this.carsRepository      = carsRepository;
     this.additionsRepository = additionsRepository;
 }
 public LookupDataController(IMakeService makeService, IModelService modelService, IStateService stateService, IDataStructureConverter dataStructureConverter)
 {
     this.makeService            = makeService;
     this.modelService           = modelService;
     this.stateService           = stateService;
     this.dataStructureConverter = dataStructureConverter;
 }
예제 #5
0
 public CarsController(
     ICarsService carsService,
     IWebHostEnvironment environment,
     IMakeService makeService)
 {
     this.carsService = carsService;
     this.environment = environment;
     this.makeService = makeService;
 }
 public VehicleService(DbContextDTO dbContextDTO, IUserService userService, IMapper mapper, ICustomerService customerService, IMakeService makeService, IModelService modelService)
 {
     _userService     = userService;
     _customerService = customerService;
     _makeService     = makeService;
     _modelService    = modelService;
     _dbContextDTO    = dbContextDTO;
     _mapper          = mapper;
     dbset            = dbContextDTO.Set <VehicleDTO>();
 }
예제 #7
0
 public AnunciosController(IAnuncioService anuncioService,
                           IMakeService makeService,
                           IModelService modelService,
                           IVersionService versionService)
 {
     _anuncioService = anuncioService;
     _makeService    = makeService;
     _modelService   = modelService;
     _versionService = versionService;
 }
 public VehicleService(AutoRenterContext context,
                       ICommandFactory <Vehicle> commandFactory,
                       IValidationService validationService,
                       IMakeService makeService,
                       IModelService modelService)
 {
     this.context           = context;
     this.commandFactory    = commandFactory;
     this.validationService = validationService;
     this.makeService       = makeService;
     this.modelService      = modelService;
 }
예제 #9
0
 public HomeController(IUserService userService,
                       IMapper mapper,
                       IMakeService makeService,
                       IModelService modelService,
                       IAutoService autoService,
                       ISearchService searchService)
     : base(userService, mapper)
 {
     this.makeService   = makeService;
     this.modelService  = modelService;
     this.autoService   = autoService;
     this.searchService = searchService;
 }
 public AuctionHouseUpcomingSalesController(
      IAuctionHouseAddEditVehicleService auctionHouseAddEditVehicleService,
      IAuctionHouseSaleService auctionHouseSaleService,
      IAuctionHouseService auctionHouseService,
      IMakeService makeService,
      ICarModelService carModelService,
     IAspNetUserService aspNetUserService
      )
 {
     _auctionHouseAddEditVehicleService = auctionHouseAddEditVehicleService;
     _auctionHouseSaleService = auctionHouseSaleService;
     _auctionHouseService = auctionHouseService;
     _makeService = makeService;
     _carModelService = carModelService;
     _aspNetUserService = aspNetUserService;
 }
예제 #11
0
 public HomeController(
     ICarSellerVehicleInfoService carSellerVehicleInfoService,
      ICarSellerVehicleImagesService carSellerVehicleImagesService, ICarModelService carModelService, IMakeService makeService, ICarSellerVehicleFuelTypeService carSellerVehicleFuelTypeService, IBodyTypeService bodyTypeService, IFuelTypeService fuelTypeService, ITransmissionTypeService transmissionTyeService, ICarSellerTypeService carSellerTyeService, ICarSellingOnService carSellingOnService, ICarSellerMoreDetailService carSellerMoreDetailService,
      IAuctionHouseAddEditVehicleService auctionHouseAddEditVehicleService,
     IAuctionHouseSaleService auctionHouseSaleService)
 {
     _carSellerVehicleInfoService = carSellerVehicleInfoService;
     _carSellerVehicleImagesService = carSellerVehicleImagesService;
     _carSellerVehicleFuelTypeService = carSellerVehicleFuelTypeService;
     _carModelService = carModelService;
     _makeService = makeService;
     _bodyTypeService = bodyTypeService;
     _fuelTypeService = fuelTypeService;
     _transmissionTyeService = transmissionTyeService;
     _carSellerTyeService = carSellerTyeService;
     _carSellingOnService = carSellingOnService;
     _carSellerMoreDetailService = carSellerMoreDetailService;
     _auctionHouseAddEditVehicleService = auctionHouseAddEditVehicleService;
     _auctionHouseSaleService = auctionHouseSaleService;
 }
예제 #12
0
 public CarDetailsController(ICarSellerVehicleInfoService carsellervehicleinfoService, 
     ICarSellerVehicleImagesService carSellerVehicleImagesService, 
     ICarSellerVehicleFuelTypeService carSellerVehicleFuelTypeService, 
     IAuctionHouseAddEditVehicleService auctionHouseAddEditVehicleService,
     ITransmissionTypeService transmissionTypeService,
     IFuelTypeService fuelTypeService,
     IMakeService makeService,
     ICarModelService carModelService,
     IAuctionHouseCarSellingVehicleImagesService auctionHouseCarSellingVehicleImagesService
     )
 {
     _carsellervehicleinfoService = carsellervehicleinfoService;
     _carSellerVehicleImagesService = carSellerVehicleImagesService;
     _carSellerVehicleFuelTypeService = carSellerVehicleFuelTypeService;
     _auctionHouseAddEditVehicleService = auctionHouseAddEditVehicleService;
     _transmissionTypeService=transmissionTypeService;
     _fuelTypeService=fuelTypeService;
     _makeService = makeService;
     _carModelService = carModelService;
     _auctionHouseCarSellingVehicleImagesService = auctionHouseCarSellingVehicleImagesService;
 }
        public SearchService(IMapper mapper,
                             SPNDbContext dbContext,
                             IMakeService makeService,
                             ValidatePrimaryPropertiesSearch primaryPropertiesValidator,
                             ValidateInteriorSearch interiorsValidator,
                             ValidateInteriorMaterialsSearch interiorMaterialsvalidator,
                             ValidateSafetySearch safetyValidator,
                             ValidateSpecializedFeaturesSearch specializedFeaturesValidator,
                             ValidateSuspensionsSearch suspensionsValidator,
                             ValidateExtraFeaturesSearch extraFeaturesValidator)
            :

            base(mapper, dbContext)
        {
            this.makeService = makeService;
            this.primaryPropertiesValidator   = primaryPropertiesValidator;
            this.interiorsValidator           = interiorsValidator;
            this.interiorMaterialsvalidator   = interiorMaterialsvalidator;
            this.safetyValidator              = safetyValidator;
            this.specializedFeaturesValidator = specializedFeaturesValidator;
            this.suspensionsValidator         = suspensionsValidator;
            this.extraFeaturesValidator       = extraFeaturesValidator;
        }
 public VehicleMakeController(IMakeService service, IMapper mapper)
 {
     _service = service;
     _mapper  = mapper;
 }
예제 #15
0
 public MakeController(IMapper mapper, IMakeService makeService)
 {
     this.mapper      = mapper;
     this.makeService = makeService;
 }
예제 #16
0
 public MakesController(IMakeService makeService)
 {
     this.makeService = makeService;
 }
예제 #17
0
 public MakesController(IMakeService service, IMapper mapper)
 {
     //_context = context;
     this.service = service;
     Mapper       = mapper;
 }
예제 #18
0
 public CarModelsController(IMakeService makesService)
 {
     this.makesService = makesService;
 }
예제 #19
0
 public ModelController(IModelService modelService, IMakeService makeService)
 {
     this.ModelService = modelService;
     this.MakeService  = makeService;
 }