コード例 #1
0
 public HotelsController(IHotelDao hotelDao, IReservationDao reservationDao)
 {
     _hotelDao       = hotelDao;
     _reservationDao = reservationDao;
 }
コード例 #2
0
 public HotelsController(IHotelDao hotelDao, IReservationDao reservationDao)
 {
     this.hotelDao       = hotelDao;
     this.reservationDao = reservationDao;
 }