public APIBookingController(ICustomer icustomer, ICustomerAcount iacount, IRoom iroom, IBooking ibooking, IBookedBeds bookedbeds, IBed ibed) { _icustomer = icustomer; _iacount = iacount; _iroom = iroom; _ibooking = ibooking; _bookedBeds = bookedbeds; _ibed = ibed; }
public APIBookBedController(IBookedBeds ibookedBed) { _IbookedBeds = ibookedBed; }