public RealEstateAdWebApiController(IRealEstateAdRepository realEstateRepository) { _realEstateAdRepository = realEstateRepository; }