Example #1
0
 public ConstantUsageController(IConstantUsageService constantUsageService,
     ICalculatorConstantService calculatorConstantServcie)
 {
     _constantUsageService = constantUsageService;
     _calculatorConstantService = calculatorConstantServcie;
 }
 public CalculatorController(IConstantUsageService constantUsageService)
 {
     _constantUsageService = constantUsageService;
 }
Example #3
0
 public ConstantUsageController(IConstantUsageService constantUsageService,
                                ICalculatorConstantService calculatorConstantServcie)
 {
     _constantUsageService      = constantUsageService;
     _calculatorConstantService = calculatorConstantServcie;
 }