Пример #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;
 }
 public TaxPerOrderHistoryController(ITaxPerOrderHistoryService taxPerOrderHistoryService, IApplyPrintService applyPrintService)
 {
     this._taxPerOrderHistoryService = taxPerOrderHistoryService;
     this._applyPrintService         = applyPrintService;
 }