Esempio n. 1
0
 public CarOfferEditorController(ICarOfferService carOfferService)
 {
     _carOfferService = carOfferService;
 }