Ejemplo n.º 1
0
 public EmployeeIncomeService(TaxRuleService taxRuleService, RoundService roundService)
 {
     this.taxRuleService = taxRuleService;
     this.roundService = roundService;
 }
Ejemplo n.º 2
0
 public TaxRuleService(RoundService roundService)
 {
     this.roundService = roundService;
 }