mirror of
https://github.com/bspeice/UNCCGameDay
synced 2025-07-01 05:46:33 -04:00
Get the RegistrationClient ready for the new rateLot
This commit is contained in:
@ -28,7 +28,7 @@ public class RegistrationClient {
|
||||
return gds.listLot(choice.getValue());
|
||||
}
|
||||
|
||||
public void rateLot(ParkingRating rating, ParkingChoices parkingLot) {
|
||||
public void rateLot(RatingChoices rating, ParkingChoices parkingLot) {
|
||||
gds.rateLot(rating, parkingLot);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user