예제 #1
0
 public BookingController(IServiceHotel hotelClient)
 {
     _hotelClient = hotelClient;
 }
 public HotelChainController(IServiceHotel hotelClient)
 {
     _hotelClient = hotelClient;
 }