Added docs into services

This commit is contained in:
2020-11-20 13:20:44 +01:00
parent 9ad8db527d
commit af8e2ced28
7 changed files with 25 additions and 0 deletions

View File

@ -10,6 +10,10 @@ import com.plannaplan.repositories.CommisionRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
/**
* Service of CommisionService which can save commision, get user's commisions, get newest user's commision, get ammount of commisions.
*/
@Service
public class CommisionService {
@Autowired