main
1namespace solidware.financials.service.domain.payroll
2{
3    public class Twelfth : BaseDenominator
4    {
5        public Twelfth() : base(12) {}
6    }
7}