예제 #1
0
 public HotelChainService(IHotelChainRepository hotelChainRepository)
 {
     this._hotelChainRepositori = hotelChainRepository;
 }
예제 #2
0
 public HotelChainsController(IHotelChainRepository repository)
 {
     _repository = repository;
 }