示例#1
0
 public ValuationInitializer(ICashedValuationService cashedValuationService, ILog log)
 {
     _cashedValuationService = cashedValuationService;
     _log = log;
 }
示例#2
0
 public ValuationController(ICashedValuationService cashedValuationService, ILog logger)
 {
     _cashedValuationService = cashedValuationService;
     _logger = logger;
 }