Beispiel #1
0
 public HotelMerchantUserController(IHotelMerchantUserService hotelMerchantUserService)
 {
     this._hotelMerchantUserService = hotelMerchantUserService;
 }
Beispiel #2
0
 public HotelMerchantUsersController(IHotelMerchantUserService hotelMerchantUsersService)
 {
     _hotelMerchantUsersService = hotelMerchantUsersService;
 }