mirror of
https://github.com/bspeice/UNCCGameDay
synced 2025-01-09 15:30:06 -05:00
Get the RegistrationClient ready for the new rateLot
This commit is contained in:
parent
33e1eeb86e
commit
e79f1910c9
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user