add isRent to stock if location is in progress

This commit is contained in:
Olivier PARPAILLON
2025-07-16 16:16:52 +02:00
parent 470811adc8
commit a92785da59
6 changed files with 24 additions and 3 deletions

View File

@@ -4,4 +4,5 @@ import fr.eni.demo.bo.Location;
public interface LocationService {
void add(Location location);
void update(Location location);
}