EchoTex_Payroll/HRM.BO/Tax/FileTaxInvestment.cs

20 lines
270 B
C#
Raw Normal View History

2024-10-14 10:01:49 +06:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Ease.Core;
using Ease.Core.Model;
using System.Data;
namespace HRM.BO
{
public class FileTaxInvestment : BasicBaseObject
{
public FileTaxInvestment()
{
}
}
}