Example #1
0
 public MvpPresenterFactory(IMvpPresenterFactory factory)
 {
     this.factory = factory;
 }
 public MvpPresenterFactory(IMvpPresenterFactory presenterFactory)
 {
     this.presenterFactory = presenterFactory;
 }