コード例 #1
0
 public ColorsController(ICarColorService carColorService)
 {
     _carColorService = carColorService;
 }