Hi
I am new to Prism Modular Development and have a doubt with it.
Some people have the ModuleClass Constructor like
public KundModul(IUnityContainer container)
while other have like
public KundModul(IEventAggregator eventAggregator, IRegionManager regionManager)
Which Dependency Injection is better if there is any difference among these two?