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 YearBaseTableController(ITaxBaseEveryMonthService taxBaseEveryMonthService, ITaxPerOrderHistoryService taxPerOrderHistoryService, ITaxPerOrderService taxPerOrderService) { this._taxBaseEveryMonthService = taxBaseEveryMonthService; this._taxPerOrderHistoryService = taxPerOrderHistoryService; this._taxPerOrderService = taxPerOrderService; }