basic registration feature
This commit is contained in:
@ -5,9 +5,9 @@ import java.util.List;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
import de.jottyfan.bico.db.tables.records.TSourceRecord;
|
||||
import de.jottyfan.bico.db.tables.records.TSubjectRecord;
|
||||
import de.jottyfan.bico.db.tables.records.VLessonRecord;
|
||||
import de.jottyfan.bico.db.public_.tables.records.TSourceRecord;
|
||||
import de.jottyfan.bico.db.public_.tables.records.TSubjectRecord;
|
||||
import de.jottyfan.bico.db.public_.tables.records.VLessonRecord;
|
||||
|
||||
/**
|
||||
*
|
||||
|
Reference in New Issue
Block a user