private and course
This commit is contained in:
@ -8,5 +8,5 @@ import org.springframework.stereotype.Service;
|
||||
@Service
|
||||
public class LecturerService {
|
||||
@Autowired
|
||||
LecturerRepository repo;
|
||||
private LecturerRepository repo;
|
||||
}
|
Reference in New Issue
Block a user