Exemplo n.º 1
0
 public DocTemplatePreviewPresenter(iApplicationContext oContext, IViewDocTemplatePreview view)
     : base(oContext, view)
 {
     this.Service           = new Templ.Business.DocTemplateVersService(oContext);
     this.ServiceManagement = new Templ.Business.DocTemplateVersManagementService(oContext);
     //this.CurrentManager = new BaseModuleManager(oContext);
 }
Exemplo n.º 2
0
 public DocTemplateListPresenter(iApplicationContext oContext, IViewDocTemplateList view)
     : base(oContext, view)
 {
     this.ServiceManagement = new Templ.Business.DocTemplateVersManagementService(oContext);
     InitService();
     this.ServiceGeneric = new Templ.Business.DocTemplateVersService(oContext);
     //this.Service = new DomainModel.DocTemplate.Business.DocTemplateService(oContext);
     //this.CurrentManager = new BaseModuleManager(oContext);
 }
Exemplo n.º 3
0
        public DocTemplateAddPresenter(iApplicationContext oContext, IViewDocTemplateAdd view)
            : base(oContext, view)
        {
            this.ServiceManagement = new Templ.Business.DocTemplateVersManagementService(oContext);
            this.ServiceGeneric    = new Templ.Business.DocTemplateVersService(oContext);

            this.ServiceManagement                = new Templ.Business.DocTemplateVersManagementService(oContext);
            this.ServiceManagement.FileCopy      += new Templ.Business.DocTemplateVersManagementService.FileCopyEventHandler(HandleCopyEvent);
            this.ServiceManagement.FileCopyBlock += new Templ.Business.DocTemplateVersManagementService.FileCopyBlockEventHandler(HandleCopyBlockEvent);
            this.ServiceManagement.FileDelete    += new Templ.Business.DocTemplateVersManagementService.FileDeleteEventHandler(HandleDeleteEvent);
            this.ServiceManagement.FileRemTmp    += new Templ.Business.DocTemplateVersManagementService.FileRemTmpEventHandler(HandleRemTmpEvent);
            this.ServiceManagement.FileRecCopy   += new Templ.Business.DocTemplateVersManagementService.FileRecoverCopyEventHandler(HandleRecCopyEvent);
            //this.Service = new DomainModel.DocTemplate.Business.DocTemplateService(oContext);
            //this.CurrentManager = new BaseModuleManager(oContext);
        }
 public DocTemplateAssociationPresenter(iApplicationContext oContext, IViewDocTemplateAssociation view)
     : base(oContext, view)
 {
     this.Service        = new Templ.Business.DocTemplateVersService(oContext);
     this.CurrentManager = new BaseModuleManager(oContext);
 }