lesson
This commit is contained in:
@@ -36,4 +36,8 @@ public class SlotService {
|
||||
public SlotBean loadDeletableSlot(Integer id) {
|
||||
return repository.getSlotIfDeletable(id);
|
||||
}
|
||||
|
||||
public Boolean slotHasLesson(Integer id) {
|
||||
return id == null ? false : repository.getHasLesson(id);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user