mirror of
				https://github.com/bspeice/UNCCGameDay
				synced 2025-11-03 18:00:43 -05:00 
			
		
		
		
	RegistrationClient should take in a ParkingChoice to list, not a lot
This commit is contained in:
		@ -24,8 +24,8 @@ public class RegistrationClient {
 | 
			
		||||
		return gds.listLots();
 | 
			
		||||
	}
 | 
			
		||||
	
 | 
			
		||||
	public ParkingLot listLot(ParkingLot lot) {
 | 
			
		||||
		return gds.listLot(lot.location.getValue());
 | 
			
		||||
	public ParkingLot listLot(ParkingChoices choice) {
 | 
			
		||||
		return gds.listLot(choice.getValue());
 | 
			
		||||
	}
 | 
			
		||||
	
 | 
			
		||||
	public void rateLot(ParkingRating rating, ParkingChoices parkingLot) {
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user