public OrgUsnD_RTaxAggregate( RurMoney taxExpenses, RurMoney sts, EmployeeInsuranceFee employeeFee, RurMoney ndfl, RurMoney feeTotal, RurMoney total, decimal burgen ) : base(feeTotal, employeeFee, ndfl, total, burgen) { TaxableExpenses = taxExpenses; STS = sts; }
protected IndividualTaxAggregate( SelfInsuranceFee selfInsuranceFee, RurMoney additionalFee, RurMoney feeTotal, EmployeeInsuranceFee employeeInsuranceFee, RurMoney ndfl, RurMoney total, decimal taxBurden ) : base(feeTotal, employeeInsuranceFee, ndfl, total, taxBurden) { InsuranceOneself = selfInsuranceFee; AdditionalInsuranceFee = additionalFee; }
protected IndividualUsnTaxAggregate( RurMoney sts, SelfInsuranceFee selfInsuranceFee, RurMoney additionalFee, RurMoney feeTotal, EmployeeInsuranceFee employeeFee, RurMoney employeeNdfl, RurMoney total, decimal burgen ) : base(selfInsuranceFee, additionalFee, feeTotal, employeeFee, employeeNdfl, total, burgen) { STS = sts; }
public OrgOsnTaxAggregate( RurMoney profitTax, RurMoney nds, RurMoney feeTotal, EmployeeInsuranceFee employeeFee, RurMoney ndfl, RurMoney total, decimal burgen) : base(feeTotal, employeeFee, ndfl, total, burgen) { ProfitTax = profitTax; VAT = nds; }
public IndividualUsnD_RTaxAggregate( RurMoney taxExpenses, RurMoney sts, SelfInsuranceFee selfInsuranceFee, EmployeeInsuranceFee employeeFee, RurMoney additionalFee, RurMoney employeeNdfl, RurMoney feeTotal, RurMoney total, decimal burgen ) : base(sts, selfInsuranceFee, additionalFee, feeTotal, employeeFee, employeeNdfl, total, burgen) { TaxableExpenses = taxExpenses; }
public IndividualOsnTaxAggregate( RurMoney pit, RurMoney nds, SelfInsuranceFee selfInsuranceFee, RurMoney additionalFee, RurMoney feeTotal, EmployeeInsuranceFee employeeFee, RurMoney employeeNdfl, RurMoney total, decimal burgen ) : base(selfInsuranceFee, additionalFee, feeTotal, employeeFee, employeeNdfl, total, burgen) { PIT = pit; VAT = nds; }
public OrgUsnDTaxAggregate( RurMoney chargedTax, RurMoney sts, EmployeeInsuranceFee employeeFee, RurMoney feeDeduction, RurMoney feeTotal, RurMoney ndfl, RurMoney total, decimal burgen ) : base(feeTotal, employeeFee, ndfl, total, burgen) { STS = sts; AccruedSTS = chargedTax; InsuranceContributionsDeduction = feeDeduction; }
public IndividualUsnDTaxAggregate( RurMoney accruedSTS, RurMoney feeDeduction, RurMoney feeTotal, RurMoney sts, SelfInsuranceFee selfInsuranceFee, EmployeeInsuranceFee employeeFee, RurMoney additionalFee, RurMoney employeeNdfl, RurMoney total, decimal burgen ) : base(sts, selfInsuranceFee, additionalFee, feeTotal, employeeFee, employeeNdfl, total, burgen) { AccruedSTS = accruedSTS; InsuranceContributionsDeduction = feeDeduction; }