Esempio n. 1
0
 public SystemConfigPresenter(ISystemConfigView view)
     : base(view)
 {
     this.templateCatalogModel = new TemplateCatalogModel();
 }
 public ManageTemplatePresenter(IManageTemplateView view)
     : base(view)
 {
     this.templateModel        = new TemplateModel();
     this.templateCatalogModel = new TemplateCatalogModel();
 }
 public TemplateCatalogPresenter()
 {
     templateCatalogModel = new TemplateCatalogModel();
 }