Ejemplo n.º 1
0
 public AnuncioWebmotorsController(IAnuncioWebmotorsService anuncioWebmotorsService, IRepositoryQuery repositoryQuery, IValidatorFactory validatorFactory, IMapper mapper)
 {
     _anuncioWebmotorsService = anuncioWebmotorsService;
     _repositoryQuery         = repositoryQuery;
     _validatorFactory        = validatorFactory;
     _mapper = mapper;
 }
Ejemplo n.º 2
0
 public HomeController(IAnuncioWebmotorsService anuncioWebmotorsService)
 {
     _anuncioWebmotorsService = anuncioWebmotorsService;
 }