Ejemplo n.º 1
0
 public MerchantsController(IHotelMerchantService hotelMerchantService)
 {
     _hotelMerchantService = hotelMerchantService;
 }
Ejemplo n.º 2
0
 public HotelMerchantController(IHotelMerchantService hotelMerchantService)
 {
     this._hotelMerchantService = hotelMerchantService;
 }