CEL_Payroll/Payroll.Service/Common/DA/RegularDataUploadDA.cs
2024-09-17 14:30:13 +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
{
}
}