Business layer - xtenzQ/WPF-MVVM-EFC-Example GitHub Wiki

Class diagram:

Class diagram of business layer

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).