Clone
Andrey Balan
committed
on 02 Feb 18
LDEV-4407 Tools to stop using learnerService
There is no need to have a separate ILearnerService designed
for tools only. As long as they re… Show more
LDEV-4407 Tools to stop using learnerService

There is no need to have a separate ILearnerService designed

for tools only. As long as they require only one method from it

completeToolSession() which we can simply move to

ILamsToolService. After which we just remove learnerService

from the tools. Show less