コード例 #1
0
 public OhmValueCalculatorController(IOhmValueCalculator ohmValueCalculator, IResistorColorCodeRepository resistorColorCodeRepository)
 {
     _ohmValueCalculator          = ohmValueCalculator;
     _resistorColorCodeRepository = resistorColorCodeRepository;
 }
コード例 #2
0
 public OhmValueCalculator(IResistorColorCodeRepository repository)
 {
     _repository = repository;
 }