7 lines
203 B
C#
7 lines
203 B
C#
namespace Kreta.Job.Tasks.Core
|
|
{
|
|
public interface IFeltoltesJob
|
|
{
|
|
void FeltoltesUjVerzioDal(int iktatottDokumentumId, string intezmenyAzonosito, int intezmenyId, int tanevId);
|
|
}
|
|
}
|