LDEV-4407 Introduce new LearnerService interfaces
LearnerService interfaces are redefined now:
1. ILearnerService is used by core modules. A… Show more
LearnerService interfaces are redefined now:
1. ILearnerService is used by core modules. A… Show more
LDEV-4407 Introduce new LearnerService interfacesLearnerService interfaces are redefined now:1. ILearnerService is used by core modules. Also tools no longer use it.2. ILearnerFullService is used inside of lams_learning only andnowhere else, as it contains lams_learning's internal logic andclasses.3. ICoreLearnerService is removed, its method are split betweenILearnerService and ILearnerFullService.
Show less