示例#1
0
 public FeeCalculatorController(
     ITollFeeService tollFeeService)
 {
     _tollFeeService = tollFeeService;
 }