예제 #1
0
 public BookingsController(BookingStore bookingStore)
 {
     _bookingStore = bookingStore;
 }
 public PropertiesController(IHereApi hereApi, BookingStore bookingStore)
 {
     _hereApi      = hereApi;
     _bookingStore = bookingStore;
 }