Config worksgit add .git add .
This commit is contained in:
@ -11,6 +11,9 @@ public class GroupService {
|
||||
@Autowired
|
||||
private GroupRepository repo;
|
||||
|
||||
public GroupService() {
|
||||
}
|
||||
|
||||
public Groups find(int time, int capacity, String room) {
|
||||
return this.repo.find(time, room, capacity);
|
||||
}
|
||||
|
Reference in New Issue
Block a user