Exemple #1
0
 public WageBaseTableController(ITaxBaseByMonthService taxBaseByMonthService, ITaxBaseEveryMonthService taxBaseEveryMonthService, ITaxPerOrderHistoryService taxPerOrderHistoryService, ITaxPerOrderService taxPerOrderService, ISafeguardTimeService safeguardTimeService)
 {
     this._taxBaseByMonthService     = taxBaseByMonthService;
     this._taxBaseEveryMonthService  = taxBaseEveryMonthService;
     this._taxPerOrderHistoryService = taxPerOrderHistoryService;
     this._taxPerOrderService        = taxPerOrderService;
     this._safeguardTimeService      = safeguardTimeService;
 }
 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 TaxPerOrderController(ITaxPerOrderService taxPerOrderService)
 {
     this._taxPerOrderService = taxPerOrderService;
 }
 public YearBaseTableController(ITaxBaseEveryMonthService taxBaseEveryMonthService, ITaxPerOrderHistoryService taxPerOrderHistoryService, ITaxPerOrderService taxPerOrderService)
 {
     this._taxBaseEveryMonthService  = taxBaseEveryMonthService;
     this._taxPerOrderHistoryService = taxPerOrderHistoryService;
     this._taxPerOrderService        = taxPerOrderService;
 }