コード例 #1
0
 public CampsController()
 {
     campServices    = new CampServices();
     bookingServices = new BookingServices();
 }
コード例 #2
0
 public BookingsController()
 {
     bookingServices = new BookingServices();
     campServices    = new CampServices();
 }