public MerchantsController(IHotelMerchantService hotelMerchantService) { _hotelMerchantService = hotelMerchantService; }
public HotelMerchantController(IHotelMerchantService hotelMerchantService) { this._hotelMerchantService = hotelMerchantService; }