mirror of
https://github.com/bspeice/UNCCGameDay
synced 2024-11-05 07:38:13 -05:00
RegistrationClient should take in a ParkingChoice to list, not a lot
This commit is contained in:
parent
128ca8fad9
commit
47e327d65e
@ -24,8 +24,8 @@ public class RegistrationClient {
|
||||
return gds.listLots();
|
||||
}
|
||||
|
||||
public ParkingLot listLot(ParkingLot lot) {
|
||||
return gds.listLot(lot.location.getValue());
|
||||
public ParkingLot listLot(ParkingChoices choice) {
|
||||
return gds.listLot(choice.getValue());
|
||||
}
|
||||
|
||||
public void rateLot(ParkingRating rating, ParkingChoices parkingLot) {
|
||||
|
Loading…
Reference in New Issue
Block a user