CEL_Payroll/Payroll.Service/Recruitement/DA/RecruitementNodeDA.cs

12 lines
168 B
C#
Raw Normal View History

2024-09-17 14:30:13 +06:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Payroll.Service
{
public class RecruitementNodeDA
{
}
}