Class ProblemService

java.lang.Object
dev.zemco.codegame.problems.ProblemService
All Implemented Interfaces:
IProblemService

public class ProblemService extends Object implements IProblemService
Implementation of business logic related to management of problems available to the application that uses provided problem repository as source of problems.

Currently, this service only serves as isolation between data access layer and presentation layer.

Author:
Erik Zemčík