mirror of
https://github.com/bspeice/UNCCGameDay
synced 2025-01-09 15:30:06 -05:00
Add method to rate a parking lot
This commit is contained in:
parent
0bd9b078a3
commit
a478045fe2
@ -23,5 +23,9 @@ public class RegistrationClient {
|
|||||||
public List<ParkingLot> listLots() {
|
public List<ParkingLot> listLots() {
|
||||||
return gds.listLots();
|
return gds.listLots();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void rateLot(ParkingRating rating, ParkingChoices parkingLot) {
|
||||||
|
gds.rateLot(rating, parkingLot);
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user