public EmployeeIncomeService(TaxRuleService taxRuleService, RoundService roundService)
 {
     this.taxRuleService = taxRuleService;
     this.roundService = roundService;
 }
示例#2
0
 public TaxRuleService(RoundService roundService)
 {
     this.roundService = roundService;
 }