public OffersController(IOffersServices offerService) { _offerService = offerService; }
public OffersController(IOffersServices offerServices) { _offerServices = offerServices; }