Esempio n. 1
0
 public OffersController(IOffersServices offerService)
 {
     _offerService = offerService;
 }
Esempio n. 2
0
 public OffersController(IOffersServices offerServices)
 {
     _offerServices = offerServices;
 }