mirror of
https://github.com/bspeice/UNCCGameDay
synced 2025-08-02 13:35:30 -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());
|
return gds.listLot(choice.getValue());
|
||||||
}
|
}
|
||||||
|
|
||||||
public void rateLot(ParkingRating rating, ParkingChoices parkingLot) {
|
public void rateLot(RatingChoices rating, ParkingChoices parkingLot) {
|
||||||
gds.rateLot(rating, parkingLot);
|
gds.rateLot(rating, parkingLot);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user