Ejemplo n.º 1
0
 TL.IPresenter IPresentationObjectsFactory.CreateTagsList(IPostprocessorTags model, TL.IView view, IChangeNotification changeNotification)
 {
     return(new TL.TagsListPresenter(model, view, changeNotification, alerts));
 }
 TL.IPresenter IPresentationObjectsFactory.CreateTagsList(TL.IView view)
 {
     return(new TL.TagsListPresenter(view));
 }