Added config test
This commit is contained in:
@ -24,4 +24,8 @@ public class CourseService {
|
||||
public void save(Course course) {
|
||||
this.repo.save(course);
|
||||
}
|
||||
|
||||
public int getCoursesAmmount(){
|
||||
return (int)this.repo.count();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user