Exemplo n.º 1
0
 public CombustibleController(ICombustibleService combustible_service)
 {
     this.combustible_service = combustible_service;
 }
Exemplo n.º 2
0
 public CombustiblesController(ICombustibleService combustibleService, IMapper mapper, IUriService uriService)
 {
     _combustibleService = combustibleService;
     _mapper             = mapper;
     _uriService         = uriService;
 }