Beispiel #1
0
 protected BookmarkController(Host host, LoginInputValidator validator, LoginOptions options)
     : this(ObjectFactory.GetInstance <T>(), host, validator, options)
 {
     _bookmarkCollectionListener = new RemovedCollectionListener(this, host);
 }
Beispiel #2
0
 private BookmarkController(Host host)
     : this(ObjectFactory.GetInstance <IBookmarkView>(), host)
 {
     _bookmarkCollectionListener = new RemovedCollectionListener(this, host);
 }