kreta/Kreta.Job.Tasks.Core/IFeltoltesJob.cs
2024-03-13 00:33:46 +01:00

7 lines
203 B
C#

namespace Kreta.Job.Tasks.Core
{
public interface IFeltoltesJob
{
void FeltoltesUjVerzioDal(int iktatottDokumentumId, string intezmenyAzonosito, int intezmenyId, int tanevId);
}
}