EchoTex_Payroll/HRM.DA/Service/NotificationProcess/NotificationProcess.cs

17 lines
256 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;
using Ease.Core.DataAccess;
using Ease.Core.Model;
using HRM.BO;
namespace HRM.DA
{
public class NotificationProcess
{
}
}