This commit is contained in:
Bhumi Shah
2025-12-05 20:55:19 +03:00
parent 9f437b83e2
commit 884adb5d6e
7 changed files with 0 additions and 29 deletions

View File

@@ -7,7 +7,6 @@ import org.springframework.stereotype.Service;
@Service
public class PlaceServise {
private final PlaceRepository placeRepository;
public PlaceServise(PlaceRepository placeRepository) {
this.placeRepository = placeRepository;
}