mirror of
https://github.com/bspeice/UNCCGameDay
synced 2026-01-31 08:10:18 -05:00
Add method to rate a parking lot
This commit is contained in:
@ -24,4 +24,8 @@ public class RegistrationClient {
|
|||||||
return gds.listLots();
|
return gds.listLots();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void rateLot(ParkingRating rating, ParkingChoices parkingLot) {
|
||||||
|
gds.rateLot(rating, parkingLot);
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user