public CombustibleService(ICombustibleRepository combustible_repository) { this.combustible_repository = combustible_repository; }
public CombustibleDomain(ICombustibleRepository combustibleRepository) { this._combustibleRepository = combustibleRepository; }