Ejemplo n.º 1
0
 public ApplyFormController(IApplicationFormService applicationFormService, IPersonalRecordService personalRecordService,
                            IUserService userService, IApplyPrintService applyPrintService, IAuditOpinionService auditOpinionService, ITaxPerOrderService taxPerOrderService, ITopContactsService topContactsService, ITaskManageService taskManageService)
 {
     this._applicationFormService = applicationFormService;
     this._personalRecordService  = personalRecordService;
     this._userService            = userService;
     this._applyPrintService      = applyPrintService;
     this._auditOpinionService    = auditOpinionService;
     this._taxPerOrderService     = taxPerOrderService;
     this._topContactsService     = topContactsService;
     this._taskManageService      = taskManageService;
 }
Ejemplo n.º 2
0
 public FormController(IUnitOfWork unitOfWork, IApplicationFormService applicationService)
 {
     this.unitOfWork         = unitOfWork;
     this.applicationService = applicationService;
 }