CEL_Payroll/Payroll.Service/Common/DA/RegularDataUploadDA.cs
2025-08-06 14:31:52 +06:00

14 lines
213 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data;
using System.Data.OleDb;
namespace Payroll.Service
{
public class RegularDataUploadDA
{
}
}