Beispiel #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 TaxPerOrderHistoryController(ITaxPerOrderHistoryService taxPerOrderHistoryService, IApplyPrintService applyPrintService)
 {
     this._taxPerOrderHistoryService = taxPerOrderHistoryService;
     this._applyPrintService         = applyPrintService;
 }
 public YearBaseTableController(ITaxBaseEveryMonthService taxBaseEveryMonthService, ITaxPerOrderHistoryService taxPerOrderHistoryService, ITaxPerOrderService taxPerOrderService)
 {
     this._taxBaseEveryMonthService  = taxBaseEveryMonthService;
     this._taxPerOrderHistoryService = taxPerOrderHistoryService;
     this._taxPerOrderService        = taxPerOrderService;
 }