public OhmValueCalculatorController(IOhmValueCalculator ohmValueCalculator, IResistorColorCodeRepository resistorColorCodeRepository)
 {
     _ohmValueCalculator          = ohmValueCalculator;
     _resistorColorCodeRepository = resistorColorCodeRepository;
 }
Exemplo n.º 2
0
 public OhmValueCalculator(IResistorColorCodeRepository repository)
 {
     _repository = repository;
 }