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