Skip to content

Commit

Permalink
fix: remove tight coupling
Browse files Browse the repository at this point in the history
  • Loading branch information
alfahami committed May 31, 2024
1 parent 4beec89 commit 58ecbbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions service/CityServiceImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import java.util.List;

import pojo.City;
import pojo.Member;
import repository.CityRepository;

public class CityServiceImpl implements CityService {
Expand Down

0 comments on commit 58ecbbd

Please sign in to comment.