コード例 #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;
 }
コード例 #2
0
 public YearBaseTableController(ITaxBaseEveryMonthService taxBaseEveryMonthService, ITaxPerOrderHistoryService taxPerOrderHistoryService, ITaxPerOrderService taxPerOrderService)
 {
     this._taxBaseEveryMonthService  = taxBaseEveryMonthService;
     this._taxPerOrderHistoryService = taxPerOrderHistoryService;
     this._taxPerOrderService        = taxPerOrderService;
 }