Win
This commit is contained in:
@@ -7,7 +7,6 @@ import org.springframework.stereotype.Service;
|
||||
@Service
|
||||
public class PlaceServise {
|
||||
private final PlaceRepository placeRepository;
|
||||
|
||||
public PlaceServise(PlaceRepository placeRepository) {
|
||||
this.placeRepository = placeRepository;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user