EchoTex_Payroll/HRM.DA/DA/ExceptionReports/HnmExceptionReportDA.cs

13 lines
193 B
C#
Raw Permalink Normal View History

2024-10-14 10:01:49 +06:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace HRM.DA
{
internal class HnmExceptionReportDA
{
}
}