Ejemplo n.º 1
0
 public HotelMerchantUserController(IHotelMerchantUserService hotelMerchantUserService)
 {
     this._hotelMerchantUserService = hotelMerchantUserService;
 }
Ejemplo n.º 2
0
 public HotelMerchantUsersController(IHotelMerchantUserService hotelMerchantUsersService)
 {
     _hotelMerchantUsersService = hotelMerchantUsersService;
 }