Method | Description | |
---|---|---|
AddRoom ( System.Guid roomId ) : void | ||
Booking ( System.Guid id ) : System | ||
RemoveRoom ( System.Guid roomId ) : void | ||
ToString ( ) : string | ||
UpdateInfo ( DateTimeOffset checkIn, DateTimeOffset checkOut, bool paid, System.Guid customerId ) : void |
public RemoveRoom ( System.Guid roomId ) : void | ||
roomId | System.Guid | |
return | void |
public UpdateInfo ( DateTimeOffset checkIn, DateTimeOffset checkOut, bool paid, System.Guid customerId ) : void | ||
checkIn | DateTimeOffset | |
checkOut | DateTimeOffset | |
paid | bool | |
customerId | System.Guid | |
return | void |