コード例 #1
0
 public CarOfferEditorController(ICarOfferService carOfferService)
 {
     _carOfferService = carOfferService;
 }