-
Notifications
You must be signed in to change notification settings - Fork 3
Business layer
Nikita Rusetskii edited this page Dec 12, 2019
·
2 revisions
Class diagram:
ResearcherManager
is a singleton class which manages all the researchers
Interactions with Data layer is handled by FactoryManager
object by calling its manager (like GetArticleManager
for Article
).