Business layer - xtenzQ/WPF-MVVM-EFC-Example GitHub Wiki
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
).