add isRent to stock if location is in progress

This commit is contained in:
Olivier PARPAILLON
2025-07-16 16:16:52 +02:00
committed by mepiphana2023
parent e19b32e4bf
commit b4c8f2af6b
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);
}