コード例 #1
0
 static TaxationInfo()
 {
     PercentageTaxRates = new HashSet <decimal>
     {
         0.05m,
         0.07m,
         0.12m,
         0.18m,
         0.2m,
         0.25m,
         0.27m,
     };
     DefaultCurrencyCode = CurrencyCode.HungarianForint();
 }