summaryrefslogtreecommitdiff
path: root/product/client/server/domain/payroll/Third.cs
diff options
context:
space:
mode:
Diffstat (limited to 'product/client/server/domain/payroll/Third.cs')
-rw-r--r--product/client/server/domain/payroll/Third.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/product/client/server/domain/payroll/Third.cs b/product/client/server/domain/payroll/Third.cs
new file mode 100644
index 0000000..b1b545d
--- /dev/null
+++ b/product/client/server/domain/payroll/Third.cs
@@ -0,0 +1,7 @@
+namespace presentation.windows.server.domain.payroll
+{
+ public class Third : BaseDenominator
+ {
+ public Third() : base(3) {}
+ }
+} \ No newline at end of file